From c1bab7a68a14b02cf2e4f53062700f24af5e6922 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 2 Feb 2014 18:25:45 -0800 Subject: * txr.1: Mention that regular expression character classes have no locale-dependent silliness. --- txr.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'txr.1') 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 -- cgit v1.2.3