PCExpressionStringHelper.getCharCount Method [AX 2012]

Determines the number of occurences of a char in a string.

public int getCharCount(str _text, str _char)

Run On

Called

Parameters

_text
Type: str
The string.
_char
Type: str
The char.

Return Value

Type: int
The number of occurences of a char in a string.

Community Additions

ADD
Show: