Variable charConst

char: RegExpToken = r.char

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.

Example

char

RegExp equivalent:

/./

Generated using TypeDoc