canBeBackQuoted

fun canBeBackQuoted(codePoint: Int): Boolean

Answer whether the given Unicode codepoint may be backquoted.

Return

Whether the character can be backquoted in a method name.

Parameters

codePoint

The Unicode codepoint to check.