This is the revision history for a-z in <freenode.net:#regexen>
| factoid_id | subject | copula | predicate | author | namespace |
|---|---|---|---|---|---|
| 11782 | a-z | is | /[A-z]/ does not mean what you might think. You should use /[A-Za-z]/ or /[a-z]/i, unless you wish to include these characters: [ \ ] ^ _ ` | digitok | <freenode.net:#regex> |
| 11777 | a-z | is | /[A-z]/ does not mean what you might think. You should use /[a-zA-Z]/ or /[a-z]/i, unless you wish to include these characters: [ \ ] ^ _ ` | digitok | <freenode.net:#regex> |
| 11776 | a-z | is | /[A-z]/ does not mean what you think it does. You should use /[a-zA-Z]/ or /[a-z]/i, unless you wish to include these characters: [ \ ] ^ _ ` | digitok | <freenode.net:#regex> |
| 11775 | a-z | is | /[A-z]/ does not mean what you think. You should use /[a-zA-Z]/ or /[a-z]/i unless you wish to include these characters: [ \ ] ^ _ ` | digitok | <freenode.net:#regex> |
| 11774 | a-z | is | /[A-z]/ does not mean what you think. You should use /[a-zA-Z]/ or /[a-z]/i unless you wish to include these characters: [ \ ] ^ _ ` | digitok | <freenode.net:#regex> |