diff options
Diffstat (limited to 'docs/text.md')
| -rw-r--r-- | docs/text.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/text.md b/docs/text.md index d67f0a7b..463a2336 100644 --- a/docs/text.md +++ b/docs/text.md @@ -695,9 +695,9 @@ containing information about the match. **Example:** ```tomo >> " #one #two #three ":find($/#{id}/, start=-999) -= NONE : Match? += none : Match? >> " #one #two #three ":find($/#{id}/, start=999) -= NONE : Match? += none : Match? >> " #one #two #three ":find($/#{id}/) = Match(text="#one", index=2, captures=["one"]) : Match? >> " #one #two #three ":find("{id}", start=6) @@ -887,7 +887,7 @@ or a null value otherwise. **Example:** ```tomo >> "hello world":matches($/{id}/) -= NONE : [Text]? += none : [Text]? >> "hello world":matches($/{id} {id}/) = ["hello", "world"] : [Text]? |
