1,013 bytes added
, 22:58, 2 January 2019
<div style="font-size:30px">'''SUBSTRINGCOUNT (FindStringIncRegExp,InString,IgnoreCase) '''</div><br/>
*<math>FindStringIncRegExp</math> and <math>InString</math> are any string.
==Description==
*This function Counts the number of substring occurrences.
*In <math>SUBSTRINGCOUNT (FindStringIncRegExp,InString,IgnoreCase)</math>,<math>FindStringIncRegExp</math> is any string or any regular expression.
*<math>InString</math> is a string which may occur one or more times within the input string text.
*This function returns the number of occurrences of the specified substring in the input string text.
*If there is no match, 0 is returned.
==Examples==
==See Also==
*[[Manuals/calci/DATESTRING |DATESTRING ]]
*[[Manuals/calci/MONTHSTRING | MONTHSTRING ]]
*[[Manuals/calci/MATRIXSTRING |MATRIXSTRING ]]
==References==
[http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/StringFunctions/SubStringCount.htm]
*[[Z_API_Functions | List of Main Z Functions]]
*[[ Z3 | Z3 home ]]