Regex Matcher chrome extension

Version: 1.21
Regex Matcher
Handy tool for creating and testing regular expressions (regex)
5.00 Based on 2 user rates

What is Regex Matcher?

Regex Matcher is a developer tools chrome extension. it's a free extension and is featured in Developer Tools, it has 1,000+ active users since released its first version, it earns an average rating of 5.00 from 2 rated user, last update is 924 days ago.


What’s new in version 1.21?

                Minimalist regular expressions editor for creating and testing regular expressions (regex) against a set of sample text. 

Test regular expressions against patterns, such as:
- Email address
- IP Addresses
- URLs
- Usernames

and many other common and unique pattern combinations.

Features:
- Light/dark editor
- Matched characters highlighted
- Set regex flags (using the supported flag characters)
- Cheatsheet of common regular expression symbols

Shortcut Key:
Ctrl+Shift+F

Supported Regex Flags:
g - global match; find all matches rather than stopping after the first match
i - ignore case; if u flag is also enabled, use Unicode case folding
m - multiline; treat beginning and end characters (^ and $) as working over multiple lines (i.e., match the beginning or end of each line (delimited by \n or \r), not only the very beginning or end of the whole input string)
u - Unicode; treat pattern as a sequence of Unicode code points
y - sticky; matches only from the index indicated by the lastIndex property of this regular expression in the target string (and does not attempt to match from any later indexes).            

How to install Regex Matcher?

You could download the latest version crx file or older version files and install it.


Preview of Regex Matcher


Technical Features:

  • Latest Version: 1.21
  • Requirements: Windows Chrome, Mac Chrome
  • License: Free
  • Latest update: Monday, October 25th, 2021
  • Author: Jesse Jones

Regex Matcher Available languages:

English.


FAQ


Reviews of regex matcher:


Yuan Zhang December 9th, 2020
Yuan Zhang

easy to use


Laurent Chevrette September 1st, 2020
Laurent Chevrette

Thanks for all you dev work on this. I have always hated regex expressions in general and that will help me like it (a little bit) more. :)

Read more review & comments of regex matcher