Return the first found character position in the string from a pattern.
fun [S S I] [I S]
Return : a position and the Scol character
_fooS sprintf "position : %d char : %s" strfindAnyChar "ouagadougou" "gud" 0;
>>>> position : 1 char : u
strfind
strfindi
strfind2List