Returns the position of a character in a string, but parses no more that 'n' chars.Parameters:
s String where the search will be done
ch Character to search
count Maximum number of chars to parse before exiting the function
See also: strpos()