isWordChar
Unofficial
Checks whether a character is a word character.
Import:
import type { isWordChar } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
function isWordChar(ch: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
ch | string | The character to check. |
Returns: boolean — true if the character is a word character.