mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-22 13:25:17 +00:00
func_strings: Documentation fix for QUOTE()
Example output was inaccurate. (issue ASTERISK-22970) (closes issue ASTERISK-22970) Reported by: Gareth Palmer Patches: func_strings.patch uploaded by Gareth Palmer (license 5169) ........ Merged revisions 404081 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 404087 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404099 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -353,7 +353,7 @@ AST_THREADSTORAGE(tmp_buf);
|
|||||||
<parameter name="string" required="true" />
|
<parameter name="string" required="true" />
|
||||||
</syntax>
|
</syntax>
|
||||||
<description>
|
<description>
|
||||||
<para>Example: ${QUOTE(ab"c"de)} will return "abcde"</para>
|
<para>Example: ${QUOTE(ab"c"de)} will return ""ab\"c\"de""</para>
|
||||||
</description>
|
</description>
|
||||||
</function>
|
</function>
|
||||||
<function name="CSV_QUOTE" language="en_US">
|
<function name="CSV_QUOTE" language="en_US">
|
||||||
|
Reference in New Issue
Block a user