start

val start: KetexToken

Append a start anchor (^) to the regex.

Matches the beginning of the string, or the beginning of a line if the multiline flag (m) is enabled. This matches a position, not a character.