Difference between revisions of "Manuals/calci/SUBSTRINGCOUNT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''SUBSTRINGCOUNT (FindStringIncRegExp,InString,IgnoreCase) '''</div><br/> *<math>FindStringIncRegExp</math> and <math>InString</math> are any stri...")
 
Line 11: Line 11:
 
==Examples==
 
==Examples==
  
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=Fjt6oNp-FX8|280|center|String}}
  
 
==See Also==
 
==See Also==

Revision as of 14:11, 4 April 2019

SUBSTRINGCOUNT (FindStringIncRegExp,InString,IgnoreCase)


  • and are any string.

Description

  • This function Counts the number of substring occurrences.
  • In , is any string or any regular expression.
  • 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

Related Videos

String

See Also


References

[1]