INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Position of first occurrence of any character from 'str2' in 'str1'
-- at or after 'start' from 'str1'.
-- Returns 0 if the two string arguments have no characters in common.
-- Position of last occurence of 'c' in string 's'; 0 if none.
-- Position of first occurrence of 'c' in 'input' at or after 'start'
-- (but not within the string "..." !); 0 if none.
-- Converts the 'input' to array of tokens; Void if none.
-- It examines any character from 'delimiters' as token delimiters.
-- Is 's' non Void and not empty ?
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |