mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Fix documentation for FIELDQTY.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@198470 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -51,7 +51,12 @@ AST_THREADSTORAGE(result_buf); | ||||
| 			<parameter name="delim" required="true" /> | ||||
| 		</syntax> | ||||
| 		<description> | ||||
| 			<para>Example: ${FIELDQTY(ex-amp-le,-)} returns 3</para> | ||||
| 			<para>The delimiter may be specified as a special or extended ASCII character, by encoding it.  The characters | ||||
| 			<literal>\n</literal>, <literal>\r</literal>, and <literal>\t</literal> are all recognized as the newline, | ||||
| 			carriage return, and tab characters, respectively.  Also, octal and hexadecimal specifications are recognized | ||||
| 			by the patterns <literal>\0nnn</literal> and <literal>\xHH</literal>, respectively.  For example, if you wanted | ||||
| 			to encode a comma as the delimiter, you could use either <literal>\054</literal> or <literal>\x2C</literal>.</para> | ||||
| 			<para>Example: If ${example} contains <literal>ex-amp-le</literal>, then ${FIELDQTY(example,-)} returns 3.</para> | ||||
| 		</description> | ||||
| 	</function> | ||||
| 	<function name="LISTFILTER" language="en_US"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user