Skip to main content
tlify
PDFImageUtilityMediaTools
tlify© 2026 · Browser-side processing · No account needed
PrivacyTermsCookiesContact
HomePDFImageMediaMore
/./
03·Utility/regex-tester

Regex Tester

in-browser
⌘K
How it works
  1. Enter a regex pattern and optional flags.
  2. Paste or type test text below.
  3. View highlighted matches and captured groups in real time.

Related

±Diff Checker{}JSON FormatterAaText Case Converter⏲Cron Expression Parser
This tool uses JavaScript's built-in RegExp engine. It supports standard syntax including character classes, quantifiers, lookaheads, lookbehinds, and named groups.
g (global) finds all matches instead of stopping at the first. i (case-insensitive) ignores letter casing. m (multiline) makes ^ and $ match line boundaries. s (dotall) makes the dot (.) match newline characters.
No. All regex matching happens entirely in your browser. Nothing is sent to any server.