start
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.
Content copied to clipboard
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.