Click or drag to resize

Utils_StringNumberOfOccurences Method

Overload List
  NameDescription
Public methodStatic memberNumberOfOccurences(String, Char)

Returns the number of occurences of a text inside another text.

Faster than other overload. Use this method if the search text is only a char.

Public methodStatic memberNumberOfOccurences(String, String)
Returns the number of occurences of a text inside another text.
Top
See Also