summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-02 18:25:45 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-02 18:25:45 -0800
commitc1bab7a68a14b02cf2e4f53062700f24af5e6922 (patch)
treefd900c3b23442b743a7908288f0a8d5c4db1749b /txr.1
parenta5c639d6bbb5c2bb6720fa69086f9187452192f6 (diff)
downloadtxr-c1bab7a68a14b02cf2e4f53062700f24af5e6922.tar.gz
txr-c1bab7a68a14b02cf2e4f53062700f24af5e6922.tar.bz2
txr-c1bab7a68a14b02cf2e4f53062700f24af5e6922.zip
* txr.1: Mention that regular expression character classes have
no locale-dependent silliness.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.12
1 files changed, 2 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 97a3f10c..d6fc7fdd 100644
--- a/txr.1
+++ b/txr.1
@@ -863,6 +863,8 @@ These tokens simply contribute their characters to the class.
The class [a-zA-Z] means match an uppercase
or lowercase letter; the class [0-9a-f] means match a digit or
a lowercase letter; the class [^0-9] means match a non-digit, et cetera.
+There are no locale-specific behaviors in TXR regular expressions;
+[A-Z] denotes an ASCII/Unicode range of characters.
The class [\ed.] means match a digit or the period character.
A ] or - can be used within a character class, but must be escaped
with a backslash. A ^ in the first position denotes a complemented