Const
Assert position at the start of string, or start of line if multiline flag is set.
lineStart Copy
lineStart
RegExp equivalent:
/^/ Copy
/^/
Negated token
not.lineStartnot(lineStart) Copy
not.lineStartnot(lineStart)
/(?!^)/ Copy
/(?!^)/
Generated using TypeDoc
Assert position at the start of string, or start of line if multiline flag is set.