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 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 or ), 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).
You can Follow the below Step By Step procedure to install the Regex Matcher Chrome Extension to your Chrome Web browser.
It is the Regex Matcher Chrome extension download link you can download and install Chrome Browser.
Allows to search on page using regular expression pattern. Use CTRL+SHIFT+F hot'key' to open search form
An extension for Regex Search in lieu of Chrome's CTRL+F
A regex engine to handle basic regular expressions on all viewed pages.
RegEx Test & Search : Test, Research and Learn regular expression with this new extension.