regexmatch.dev
Explore

Regex Explorer

regexmatch.dev is the largest regular expression database for regex pattern and matches containing searchable and filterable records for many different languages

Title Casing

for use in function to title case a string; function cap(str) { return str.replace(/\w\S*/g, function(txt) { return txt.charAt(0).toUpperCase() + txt.substr(1).toLowerCase(); }); }

Regex for Chemical Compounds

<a href=" replacer

to put # instead of url

Href parse

matches href, title, innerhtml

get all between 2 lines

Capture 2 digits after a dash

Find all '-' and capture 2 following digits

french phone number + match right part

Matches french numbers (not special numbers like 115, 18). First matching group contains the right part without prefix (0, +33, 33, 033, or 0033).

hex number check

check if a string is a hex number

extract node values from xml string

extract node values from xml string

Complete Machine Readable Passport pattern

Regex to identify and split the components of a machine readable passport pattern text

Showing 10 of 2018 results in 202 pages

PreviousNext