Regex Matcher Regex Matcher

Developer Tools
Version: 1.21
Last Update: 2021-10-25

Overview

Regex Matcher is a Chrome extension developed by Jesse Jones. According to the data from Chrome web store, current version of Regex Matcher is 1.21, updated on 2021-10-25.
1,000+ users have installed this extension. 2 users have rated this extension with an average rating of .

Handy tool for creating and testing regular expressions (regex)

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).

Rating

2 ratings

Total Installs

1,000+

Information

Last Update

2021-10-25

Current Version

1.21

Size

53.37KiB

Author

Jesse Jones

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Yuan Zhang
2020-12-09

easy to use

avatar Laurent Chevrette
2020-09-02

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. :)

avatar Yuan Zhang
2020-12-09

easy to use

avatar Laurent Chevrette
2020-09-02

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. :)

avatar Yuan Zhang
2020-12-09

easy to use