EEex_CharFind

EEex_CharFind(string, char, startingIndex)

Finds the first instance of the given char after or at the starting index.

Parameters

  • string - string to search

  • char - character byte to search for within string

  • startingIndex - index position to start search from

Return

Returns the index position where char is found within string, or -1 otherwise

Example

EEex_CharFind()

See Also

EEex_StringStartsWith, EEex_SplitByChar