Const
Assert position at the end of string, or end of line if multiline flag is set.
lineEnd Copy
lineEnd
RegExp equivalent:
/$/ Copy
/$/
Negated token
not.lineEndnot(lineEnd) Copy
not.lineEndnot(lineEnd)
/(?!$)/ Copy
/(?!$)/
Generated using TypeDoc
Assert position at the end of string, or end of line if multiline flag is set.