FindStringCount

Description

Returns the number of times findStr appears in the given string. By default this is case insensitive, use the ignoreCase parameter to set case sensitivity.

Definition

integer FindStringCount( str, findStr )

integer FindStringCount( str, findStr, ignoreCase, start )

Parameters