From 50edc4097a648dd2864ed665343d8de606a8f4a2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 4 Feb 2025 13:44:38 -0500 Subject: Add {word} as an alias for {id} --- docs/text.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/text.md b/docs/text.md index c8a105d5..3e6ed0dc 100644 --- a/docs/text.md +++ b/docs/text.md @@ -337,6 +337,7 @@ mostly ignore spaces, underscores, and dashes. - `start` - the very start of the text - `uri` - a URI - `url` - a URL (URI that specifically starts with `http://`, `https://`, `ws://`, `wss://`, or `ftp://`) +- `word` - A unicode identifier (same as `id`) For non-alphabetic characters, any single character is treated as matching exactly that character. For example, `{1{}` matches exactly one `{` -- cgit v1.2.3