Find and highlight patterns in text using regular expressions. Supports common patterns like emails, URLs, dates, and custom regex.
\d
- Any digit\w
- Word character\s
- Whitespace+
- One or more*
- Zero or more\b
- Word boundary[...]
- Character class