From 4dab08e8a0114dbe5ab29c98766560310a9320a8 Mon Sep 17 00:00:00 2001 From: tilghman Date: Sun, 31 May 2009 17:53:34 +0000 Subject: Merged revisions 198470 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r198470 | tilghman | 2009-05-31 12:52:28 -0500 (Sun, 31 May 2009) | 2 lines Fix documentation for FIELDQTY. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@198471 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_strings.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/funcs/func_strings.c b/funcs/func_strings.c index cb8a98bea..e84629c38 100644 --- a/funcs/func_strings.c +++ b/funcs/func_strings.c @@ -51,7 +51,12 @@ AST_THREADSTORAGE(result_buf); - Example: ${FIELDQTY(ex-amp-le,-)} returns 3 + The delimiter may be specified as a special or extended ASCII character, by encoding it. The characters + \n, \r, and \t are all recognized as the newline, + carriage return, and tab characters, respectively. Also, octal and hexadecimal specifications are recognized + by the patterns \0nnn and \xHH, respectively. For example, if you wanted + to encode a comma as the delimiter, you could use either \054 or \x2C. + Example: If ${example} contains ex-amp-le, then ${FIELDQTY(example,-)} returns 3. -- cgit v1.2.3