Actions
$countcs » History » Revision 2
« Previous |
Revision 2/5
(diff)
| Next »
Per Amundsen, 08/12/2015 09:36 AM
Added in 1.8.10
$countcs(string,substring,substring2,...,substringN)
Returns the number of times substring occurs in string.
$countcs is case-sensitive, see $count for case-insensitive version.
Parameters
string - The string to search for.
substring,substring2,...,substringN - Substrings to search.
Example
;returns 1 //echo -ag $countcs(Aaa,A) ;returns 2 //echo -ag $countcs(Aaa,a)
Updated by Per Amundsen over 9 years ago · 2 revisions