Functions

csCountFields

Supported By

Syntax

[the] csCountFields of ( string , delimiter )

csCountFields ( string , delimiter )

String and delimiter yield strings.

Description

The csCountFields 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-sensitive. For a case-insensitive version of this function, see countFields. For a regular expression-based version of this function, see regCountFields.

See Also

countFields, nthField, csNthField