diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2010-01-15 22:14:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2010-01-15 22:14:41 -0800 |
commit | cd198f1379ea188d1293cc9b4ca2dc1ba2ebac8a (patch) | |
tree | e4c848d8e93ad3e734e5bb4a11d1c35690210f68 | |
parent | e9fec2efafe237e3aa961a8ff0dbf6cbc8d4ad43 (diff) | |
download | txr-cd198f1379ea188d1293cc9b4ca2dc1ba2ebac8a.tar.gz txr-cd198f1379ea188d1293cc9b4ca2dc1ba2ebac8a.tar.bz2 txr-cd198f1379ea188d1293cc9b4ca2dc1ba2ebac8a.zip |
Correction.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -666,7 +666,7 @@ match at the first point where RE2 matches, even if repetitions of RE1 can continue matching. This is called the non-greedy operator. RE2 may be an empty regular expression, in which case this is equivalent to (RE1)*. .IP ~(RE) -match the complement of the preceding expression; i.e. match +match the complement of the following expression; i.e. match those texts that (RE) does not match. This operator is called complement, or logical not. .IP (RE1)(RE2) |