diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -739,7 +739,7 @@ optionally match the preceding regular expression R. match the expression R zero or more times. This operator is sometimes called the "Kleene star", or "Kleene closure". The Kleene closure favors the longest match. Roughly speaking, if there are two -or more ways in which R1*R2 can match, that that match occurs in which +or more ways in which R1*R2 can match, than that match occurs in which R1* matches the longest possible text. .IP R+ match the preceding expression R one or more times. |