CodeMirrorModule.isWordChar method
CodeMirrorModule › isWordChar
Unofficial
Checks whether a character is a word character.Signature:
isWordChar(ch: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| ch | string | The character to check. |
Returns: boolean — true if the character is a word character.