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 | 8d932ee71f71de3b67c16cac6080c2166ffbc9f6 (patch) | |
tree | 94ecbfd72f8fef25a9d411723e45916f2cc64abd | |
parent | 8888ab2030bd880a2bd0dcdbd2ab2cfead3ad56b (diff) | |
download | txr-8d932ee71f71de3b67c16cac6080c2166ffbc9f6.tar.gz txr-8d932ee71f71de3b67c16cac6080c2166ffbc9f6.tar.bz2 txr-8d932ee71f71de3b67c16cac6080c2166ffbc9f6.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 |