Skip to content

CodeMirrorAdapterEx.isWordChar method

CodeMirrorAdapterEx › isWordChar

Unofficial

Check whether the given character is a word character.

Signature:

isWordChar(char: string): boolean

Parameters:

ParameterTypeDescription
charstringThe character to check.

Returns: booleanWhether the character is a word character.