end
Append an ending anchor ($) to the regex.
Matches the end of the string, or the end of a line if the multiline flag (m) is enabled. This matches a position, not a character.
Content copied to clipboard
Append an ending anchor ($) to the regex.
Matches the end of the string, or the end of a line if the multiline flag (m) is enabled. This matches a position, not a character.