Const
Match any character other than newline (or including line terminators when single line flag is set).
Note: not.char does not exist because it does not match anything.
not.char
char Copy
char
RegExp equivalent:
/./ Copy
/./
Generated using TypeDoc
Match any character other than newline (or including line terminators when single line flag is set).
Note:
not.char
does not exist because it does not match anything.