summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.13
1 files changed, 3 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 87841e16..738eca10 100644
--- a/txr.1
+++ b/txr.1
@@ -32101,6 +32101,9 @@ which indicates that no replacement is to take place.
;; Replace Hello with Goodbye:
(regsub #/Hello/ "Goodbye" "Hello world!") -> "Goodbye world!"
+
+ ;; Left-anchored replacement with r^ function:
+ (regsub (op r^ #/H/) "J" "Hello, hello!") -> "Jello, hello!"
.cble
.coNP Function @ regexp