From 9103dc2c23b49cbe76851b6ad02a9cc99fc6077c Mon Sep 17 00:00:00 2001 From: Ashe Connor Date: Wed, 30 Jan 2019 15:51:45 +1100 Subject: [PATCH] pcre2 -> regex (cherry picked from commit d9d2ad1cd6f883492c701be80dcf27530cf68c07) --- doc_src/string.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/string.txt b/doc_src/string.txt index 52bca9445..c4e63b414 100644 --- a/doc_src/string.txt +++ b/doc_src/string.txt @@ -48,7 +48,7 @@ The following subcommands are available. `--style=regex` escapes an input string for literal matching within a regex expression. The string is first converted to UTF-8 before being encoded. -`string unescape` performs the inverse of the `string escape` command. If the string to be unescaped is not properly formatted it is ignored. For example, doing `string unescape --style=var (string escape --style=var $str)` will return the original string. There is no support for unescaping pcre2. +`string unescape` performs the inverse of the `string escape` command. If the string to be unescaped is not properly formatted it is ignored. For example, doing `string unescape --style=var (string escape --style=var $str)` will return the original string. There is no support for unescaping `--style=regex`. \subsection string-join "join" subcommand