We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
307aa16
Problem: New regexp engine: Attempts to match "^" at every character. Solution: Only try "^" at the start of a line.