Skip to main content

Function: isAsciiIdentifierPartCharacter()

isAsciiIdentifierPartCharacter(character: string): boolean

Defined in: _internal/text-character.ts:36

Determine whether a single-character string is an ASCII identifier part.

Parametersโ€‹

characterโ€‹

string

Returnsโ€‹

boolean

Remarksโ€‹

This intentionally mirrors lightweight token checks used by internal string parsers. It does not attempt to model full Unicode ECMAScript identifiers.