diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-07 21:30:00 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-07 21:30:00 -0800 |
commit | b98e7e641893ca98e34e9f89a55ce1a21a7ace2b (patch) | |
tree | 895e7ddb970392bfce32476dbeee961b9620f2bd /txr.1 | |
parent | d1ecfd527d7717921e013d35be3070e7f95265e5 (diff) | |
download | txr-b98e7e641893ca98e34e9f89a55ce1a21a7ace2b.tar.gz txr-b98e7e641893ca98e34e9f89a55ce1a21a7ace2b.tar.bz2 txr-b98e7e641893ca98e34e9f89a55ce1a21a7ace2b.zip |
Grammar.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7807,7 +7807,7 @@ Whenever <regex> matches an empty string, then an empty token is returned, and the search for another token within <string> resumes after advancing by one character position. So for instance, (tok-str "abc" #/a?/) returns the list ("a" "" "" ""). After the token "a" is extracted from a non-empty match -for the regex, the regex is considered to matches three more times: before the +for the regex, the regex is considered to match three more times: before the "b", between "b" and "c", and after the "c". If the <keep-between> argument is specified, and is not nil, then the behavior |