diff --git a/Help/command/string.rst b/Help/command/string.rst index b58c33ee46..ae138e8788 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -22,7 +22,7 @@ Synopsis string(`JOIN`_ [...]) string(`TOLOWER`_ ) string(`TOUPPER`_ ) - string(`LENGTH `_ ) + string(`LENGTH`_ ) string(`SUBSTRING`_ ) string(`STRIP`_ ) string(`GENEX_STRIP`_ ) @@ -46,16 +46,16 @@ Synopsis `JSON`_ string(JSON [ERROR_VARIABLE ] - {`GET `_ | `TYPE `_ | `LENGTH `_ | `REMOVE `_} + {`GET `__ | `TYPE `__ | `LENGTH `__ | `REMOVE `__} [ ...]) string(JSON [ERROR_VARIABLE ] - `MEMBER `_ + `MEMBER `__ [ ...] ) string(JSON [ERROR_VARIABLE ] - `SET `_ + `SET `__ [ ...] ) string(JSON [ERROR_VARIABLE ] - `EQUAL `_ ) + `EQUAL `__ ) Search and Replace ^^^^^^^^^^^^^^^^^^ @@ -550,7 +550,7 @@ string is passed as a single argument even if it contains semicolons. .. signature:: string(JSON [ERROR_VARIABLE ] GET [ ...]) - :target: JSON GET + :target: JSON-GET Get an element from ```` at the location given by the list of ```` arguments. @@ -562,7 +562,7 @@ string is passed as a single argument even if it contains semicolons. .. signature:: string(JSON [ERROR_VARIABLE ] TYPE [ ...]) - :target: JSON TYPE + :target: JSON-TYPE Get the type of an element in ```` at the location given by the list of ```` arguments. The ```` @@ -573,7 +573,7 @@ string is passed as a single argument even if it contains semicolons. string(JSON [ERROR_VARIABLE ] MEMBER [ ...] ) - :target: JSON MEMBER + :target: JSON-MEMBER Get the name of the ````-th member in ```` at the location given by the list of ```` arguments. @@ -582,7 +582,7 @@ string is passed as a single argument even if it contains semicolons. .. signature:: string(JSON [ERROR_VARIABLE ] LENGTH [ ...]) - :target: JSON LENGTH + :target: JSON-LENGTH Get the length of an element in ```` at the location given by the list of ```` arguments. @@ -591,7 +591,7 @@ string is passed as a single argument even if it contains semicolons. .. signature:: string(JSON [ERROR_VARIABLE ] REMOVE [ ...]) - :target: JSON REMOVE + :target: JSON-REMOVE Remove an element from ```` at the location given by the list of ```` arguments. The JSON string @@ -600,7 +600,7 @@ string is passed as a single argument even if it contains semicolons. .. signature:: string(JSON [ERROR_VARIABLE ] SET [ ...] ) - :target: JSON SET + :target: JSON-SET Set an element in ```` at the location given by the list of ```` arguments to ````. @@ -612,7 +612,7 @@ string is passed as a single argument even if it contains semicolons. .. signature:: string(JSON [ERROR_VARIABLE ] EQUAL ) - :target: JSON EQUAL + :target: JSON-EQUAL Compare the two JSON objects given by ```` and ```` for equality. The contents of ````