CodeMirrorAdapterEx.isWordChar method
CodeMirrorAdapterEx › isWordChar
Unofficial
Check whether the given character is a word character.Signature:
isWordChar(char: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| char | string | The character to check. |
Returns: boolean — Whether the character is a word character.