summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2015-05-19 01:19:51 -0500
committerNicolas Williams <nico@cryptonector.com>2015-05-19 01:19:51 -0500
commitad0090964b5076ac519b0359a2afc543534852f1 (patch)
treeca42dd96e0849e864d3097bc7eba14a8a51bfcaa
parentcbdaeb4062cf97de2479f9c825e19088be603e88 (diff)
Document gsub/3
-rw-r--r--docs/content/3.manual/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml
index 78967066..3076ee2d 100644
--- a/docs/content/3.manual/manual.yml
+++ b/docs/content/3.manual/manual.yml
@@ -2029,7 +2029,7 @@ sections:
input: '("ab,cd", "ef, gh")'
output: ['"ab"', '"cd"', '"ef"', '"gh"']
- - title: "`sub(regex; tostring)`"
+ - title: "`sub(regex; tostring)` `sub(regex; string; flags)`"
body: |
Emit the string obtained by replacing the first match of regex in the