Skip to content

CodeMirrorAdapterEx.isWordChar method

CodeMirrorAdapterEx › isWordChar

Unofficial

Check whether the given character is a word character.

Signature:

isWordChar(char: string): boolean

Parameters:

Parameter Type Description
char string The character to check.

Returns: booleanWhether the character is a word character.