isUnderscoreOrSpaceOrOperator

fun isUnderscoreOrSpaceOrOperator(cp: Int): Boolean

Answer whether the specified character is an operator character, space, underscore, or ellipsis.

Return

true if the specified character is an operator character, space, underscore, or ellipsis; or false otherwise.

Parameters

cp

A Unicode codepoint (an Int).