From 37f3e91f6c95d46f161dbde05b0a005fe7e7c17a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 7 Dec 2024 16:04:25 -0500 Subject: Rename "NONE" to "none" --- docs/text.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/text.md') 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]? -- cgit v1.2.3