diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-04 18:34:13 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-04 18:34:13 -0800 |
commit | fb96a3ee7732129d0ee475d7d8438aeffe39d80e (patch) | |
tree | 646874643d4e325dc15928e51c8f732b3eea07ad /txr.1 | |
parent | dde4f53cbd55b758abf04ff02dfb71b074ccb836 (diff) | |
download | txr-fb96a3ee7732129d0ee475d7d8438aeffe39d80e.tar.gz txr-fb96a3ee7732129d0ee475d7d8438aeffe39d80e.tar.bz2 txr-fb96a3ee7732129d0ee475d7d8438aeffe39d80e.zip |
* eval.c (eval_init): New intrinsic function, regsub.
* regex.c (regsub): New function.
* regex.h (regsub): Declared.
* txr.1: Doc stub added.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6518,6 +6518,8 @@ Certain object types have a custom equal function. .SS Functions search-regex and match-regex +.SS Function regsub + .SS Functions make-hash, hash .SS Function sethash |