Incorporate most new doc changes since branch

Adds most documentation changes since 72c0213d42
This commit is contained in:
ridiculousfish
2019-02-24 15:01:16 -08:00
parent 3debfe7534
commit d5e0392964
10 changed files with 53 additions and 25 deletions

View File

@@ -52,7 +52,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``.
"join" subcommand
-----------------