Table of Contents

getCharCount

getCharCount(string, char) Returns number of occurences of char in string

Syntax

int getCharCount(__unk %string, __unk %char);

Parameters

__unk %string
No description available.

__unk %char
No description available.

Return value

int
No description available.

Remarks

Examples

Source

Engine

See also

getSubStr
ltrim
rtrim
strchr
strcmp
stricmp
stripChars
stripos
strlen
strlwr
strncmp
strnicmp
strpos
strreplace
strstr
strupr
trim

References

This function is not called by any other functions.