diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 49 |
1 files changed, 47 insertions, 2 deletions
@@ -4508,8 +4508,6 @@ The following are Lisp functions and variables built-in to TXR. .SS Functions max and min -.SS Function int-str - .SS Functions search-regex and match-regex .SS Function make-hash @@ -4578,6 +4576,53 @@ The following are Lisp functions and variables built-in to TXR. .SS Function keywordp +.SS Function mkstring + +.SS Function copy-str + +.SS Function upcase-str + +.SS Function downcase-str + +.SS Function string-extend + +.SS Function stringp + +.SS Function lazy-stringp + +.SS Function length-str + +.SS Function search-str + +.SS Function search-str-tree + +.SS Function sub-str + +.SS Function cat-str + +.SS Function split-str + +.SS Function split-str-set + +.SS Function trim-str + +.SS Function string-lt + +.SS Function int-str + +.SS Function chrp + +.SS Function chr-str + +.SS Function chr-str-set + +.SS Function span-str + +.SS Function compl-span-str + +.SS Function break-str + + .SH APPENDIX A: NOTES ON EXOTIC REGULAR EXPRESSIONS Users familiar with regular expressions may not be familiar with the complement |