Returns first position of the given character code, or -1 if not found.
Source string
Code to seek
Start index, 0 by default
End index (inclusive), source.length-1 by default
Found position, or -1 if not found
Returns first position of the given character code, or -1 if not found.