Const
Match a null character.
nullChar Copy
nullChar
RegExp equivalent:
/\0/ Copy
/\0/
Negated token
not.nullCharnot(nullChar) Copy
not.nullCharnot(nullChar)
/[^\0]/ Copy
/[^\0]/
Generated using TypeDoc
Match a null character.