Check if the character at the given offset has the given charcode.
isCharCode(1, 97, "aaa") // => true isCharCode(10, 97, "aaaaaaaaaaƤaaaa") // => false
true if the character at the given offset has the given code, otherwise false
the character code to check against
the offset into the string
the source string
Check if the character at the given offset has the given charcode.
Example
Returns
true if the character at the given offset has the given code, otherwise false