summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
Diffstat (limited to 'txr.1')
-rw-r--r--txr.126
1 files changed, 20 insertions, 6 deletions
diff --git a/txr.1 b/txr.1
index 1589215e..88663164 100644
--- a/txr.1
+++ b/txr.1
@@ -23606,12 +23606,7 @@ argument, the
function determines whether
.meta littlestring
is a prefix of
-.metn bigstring ,
-returning a
-.code t
-or
-.code nil
-indication.
+.metn bigstring .
If the
.meta start
@@ -23648,6 +23643,25 @@ then this corresponds to testing whether
is a suffix of
.metn bigstring .
+The
+.code match-str
+function returns
+.code nil
+if there is no match.
+
+If a prefix match is successful,
+then an integer value is returned indicating the position, inside
+.metn bigstring ,
+one character past the matching prefix. If the entire string is matched, then
+this value corresponds to the length of
+.metn bigstring .
+
+If a suffix match is successful, the return value is the position within
+.meta bigstring
+where the leftmost character of
+.meta littlestring
+matched.
+
.coNP Function @ match-str-tree
.synb
.mets (match-str-tree < bigstring < tree <> [ start ])