Free tools

Regex Tester

Test regular expressions online — enter a pattern and flags, paste your test string, and instantly see all matches highlighted.

/ /

Matches

Highlighted

Quick reference

. Any character
\d Digit [0-9]
\w Word char [a-zA-Z0-9_]
\s Whitespace
^ Start of string
$ End of string
* Zero or more
+ One or more
? Zero or one
{n,m} Between n and m
(abc) Capture group
a|b a or b
[abc] Character class
[^abc] Negated class
\b Word boundary
Flags: g global   i case-insensitive   m multiline   s dot-all

Regex Tester Online

Enter a regular expression pattern and test string to instantly see all matches highlighted. The match list shows each match with its index position. Everything runs in your browser — no server involved.

How to use this tool

  1. Type your regex pattern in the pattern field (without the surrounding slashes).
  2. Add any flags in the flags field — g for global (find all matches), i for case-insensitive, m for multiline.
  3. Paste or type the text you want to test in the test string area.
  4. Matches are highlighted and listed instantly.

Common regex patterns

  • Email: \b[\w.+-]+@[\w-]+\.[a-z]{2,}\b
  • URL: https?://[^\s]+
  • IPv4: \b\d{1,3}(\.\d{1,3}){3}\b
  • Digits only: ^\d+$
  • Phone (UK): (\+44|0)[\d\s]{9,10}

Super tools

Welcome to Super Tools! We're here to provide you with a collection of easy-to-use tools and utilities to help make your day-to-day tasks a little bit easier.

About Super Tools

Whether you need to quickly count the number of characters in a block of text, convert measurements from pixels to inches, or generate a catchy business name, you'll find what you need right here.

Our goal is to create a one-stop-shop for all your basic productivity needs. We've carefully curated a set of practical, user-friendly tools that are accessible to everyone. No complicated setups or confusing interfaces - just simple solutions to common problems.

Feel free to explore our growing suite of free tools and let us know if there's anything else we can do to help streamline your workflow. We're always happy to hear your feedback and suggestions.

Is Super Tools free?

Our suite of productivity tools is 100% free for anyone to use. We believe everyone should have access to helpful utilities that can save time and make life easier. Whether you're a student, freelancer, small business owner, or just someone looking to simplify certain tasks, you can take advantage of our free character counters, unit converters, name generators, and more without paying a dime. Our commitment to providing valuable, cost-free resources is central to our mission. You'll never encounter paywalls, subscriptions, or hidden fees on our site - just high-quality tools that you can use at no charge. Explore our growing collection of free online utilities today and discover how they can streamline your workflows and boost your productivity.