From 510d81c7bc51472a22acb936cfbb4d1717c3a855 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 17 Nov 2025 16:00:09 -0500 Subject: Help: Avoid reST named references in string(JSON) synopsis Also revert commit 9702a01dc9 (Help: string(LENGTH): Fix synopsis link to command description, 2023-12-30, v3.28.2~23^2). It was only needed to avoid re-using a named reference that we've now removed. Issue: #25546 --- Help/command/string.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Help/command/string.rst b/Help/command/string.rst index 3cb3567..89c109a 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`_ ) @@ -45,16 +45,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 ^^^^^^^^^^^^^^^^^^ -- cgit v0.12