Regex Quick Reference: . = any character •
\d = digit •
\w = word char •
\s = whitespace ^ = start of line •
$ = end of line •
* = 0+ times •
+ = 1+ times •
? = optional Groups:(...) capture • Use $1, $2 in replacement
3. Results
0
Matches Found
0
Lines Affected
0
Total Lines
4. Preview Changes
Preview Mode: Yellow = lines with changes • Green highlights = replacements