diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-04 14:13:42 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-04 14:13:42 -0400 |
| commit | f99e94c532c9b5fae235a5aef11bbb69ef373c0d (patch) | |
| tree | ff20cfa6e0ac20d0619cd9bf8b4200de92346af6 /docs | |
| parent | 716c30d592b21601d4bd2a106136f70927ecc275 (diff) | |
Document {nl}
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/text.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/text.md b/docs/text.md index b585676b..0b02cdfa 100644 --- a/docs/text.md +++ b/docs/text.md @@ -312,6 +312,7 @@ mostly ignore spaces, underscores, and dashes. - `ip` - an IP address (IPv4 or IPv6) - `ipv4` - an IPv4 address - `ipv6` - an IPv6 address +- `nl`/`newline`/`crlf` - A line break (either `\r\n` or `\n`) - `num` - One or more digits with an optional `-` (minus sign) in front and an optional `.` and more digits after - `start` - the very start of the text - `uri` - a URI |
