diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-12-30 17:01:03 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-12-30 17:01:03 -0800 |
commit | a75cb556442d1552bfb90cef5c6fa9a550ecc9be (patch) | |
tree | 94ecbfd72f8fef25a9d411723e45916f2cc64abd | |
parent | c0089f9d62ac6cd1ce7067afb21d7ebee8b788e2 (diff) | |
download | txr-a75cb556442d1552bfb90cef5c6fa9a550ecc9be.tar.gz txr-a75cb556442d1552bfb90cef5c6fa9a550ecc9be.tar.bz2 txr-a75cb556442d1552bfb90cef5c6fa9a550ecc9be.zip |
doc: trim-left: don't document string case as fixed regex
* txr.1: Though it's not wrong, let's describe the
string case as a fixed match without mentioning regex.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54099,8 +54099,8 @@ matches all of then the empty string is returned. If the first argument is a character string, then it is treated -as if it were a regular-expression match for that literal -sequence of characters. Thus, +as an exact match for that sequence of +characters. Thus, .code trim-left interprets that string as a .meta prefix |