the
countFields
of
(
string ,
delimiter )
countFields
(
string ,
delimiter )
String and delimiter yield string
s.
The countFields
function returns the number of chunks in the specified string delimited by the specified delimiter, not including any trailing empty chunks.
The delimiter is case-insensitive. For a case-sensitive version of this function, see csCountFields
. For a regular expression-based version of this function, see regCountFields
.