Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
0
Variable Variance Formula
PCRE2 (PHP >=7.3)
Variable Variance Formula This is parsing an Alteryx variance formula to show the versatility of re-writing expressions on the fly in your programs for dynamic repeatability, i.e. field names don't matter, and you never have to re-write the same variance formula again!
Submitted by
Chris Kusek
-
4 years ago
0
Markdown table Python regex
Python
works with tables embedded in paragraphs
Submitted by
flxvctr
-
4 years ago
0
Words that not begining with a consonant character
PCRE (PHP <7.3)
Match all words that not begining with a vowel character
Submitted by
Hadi Akbarzadeh
-
4 years ago
0
discord markdown
ECMAScript (JavaScript)
it checkes for discord markdown examples includes: italic bold...
Submitted by
padero
-
4 years ago
0
identify duplicate consecutive words + word combinations to remove
PCRE2 (PHP >=7.3)
Identifies duplicate word and word combinations that exist consecutively within a string for removal. It is currently configured for up to 3 consecutive words but can be extended by adding additional (\s+\w)* to the first groups pattern match logic use with substitution val $1 good for removing d...
Submitted by
GrantO
-
4 years ago
0
Discord emoji regex
ECMAScript (JavaScript)
Discod emoji regex
Submitted by
Xaliks
-
3 years ago
0
isNumber
PCRE2 (PHP >=7.3)
Find that given string is number or not.
Submitted by
anonymous
-
3 years ago
0
Password
PCRE2 (PHP >=7.3)
For password validation
Submitted by
anonymous
-
3 years ago
0
SysaCMS Log Scheme
PCRE (PHP <7.3)
SysaCMS (Still under development) is a php content management system.
Submitted by
Shoaiyb Sysa
-
3 years ago
0
My html tag regex
Python
My html tag regex
Submitted by
anonymous
-
3 years ago
0
Last 4 charecters
PCRE2 (PHP >=7.3)
This regex allows you to access the last 4 charecters in a string and manipulate them however you want
Submitted by
anonymous
-
3 years ago
0
Italian phone number regex
PCRE (PHP <7.3)
Italian phone number reg
Submitted by
Ali Babayev
-
3 years ago
0
Day, year and month regex
PCRE2 (PHP >=7.3)
This regex allows to match date format with the same separators
Submitted by
Cymon
-
3 years ago
0
Date Range Pattern
PCRE2 (PHP >=7.3)
Patternmatching of several Daterange Patterns Quarter 2021-Q2 Range...
Submitted by
Stefc
-
3 years ago
0
Password policy (password requires three out of the four character types)
PCRE (PHP <7.3)
A password must consist of at least fifteen characters. A password must contain a character from at least three of the following four sets: A-Z a-z 0-9 !@#$%^&*_-+=?|\/(){}[]:,.;...
Submitted by
RGT, Mast
-
3 years ago
0
CSS font-face rules for embedded webfonts (base64-encoded woff/woff2)
ECMAScript (JavaScript)
var FONTFACE_PATTERN = /(?:^|)(?:(?<=(?:font-family[:] ?))'"['"]|(?<=(?:font-weight[:])) ?(.+?)|(?<=(?:font-style[:])) ?(.+?)|(?<=src: ?url[(])(?:['"]?data:(.+?);,[,])(.+?)(?:['"]?[)])(?:[\n\s ]?format((\S+)'"])?)(?:;)(?:|$)/mdg Rudimentary pattern for matching base64-embedded webfonts in CSS style...
Submitted by
Nicholas Berlette (@nberlette)
-
3 years ago
0
Turkish Phone Number
ECMAScript (JavaScript)
It matches all phone numbers in Turkey starting with country and area code. +902121111111 +90 2121111111 +90 212 1111111 +90 212 111 1111...
Submitted by
Erman Seneren
-
3 years ago
0
Email
PCRE2 (PHP >=7.3)
Email
Submitted by
anonymous
-
2 years ago
0
HGVS RNA deletion
PCRE2 (PHP >=7.3)
This regex will match RNS deletion following hgvs nomenclature
Submitted by
anonymous
-
2 years ago
0
Timezone Offsets
PCRE2 (PHP >=7.3)
A regular expression for timezones offsets as of July 29, 2022, see https://en.wikipedia.org/wiki/List_of_UTC_offsets.
Submitted by
Hidayatullah Ahsan
-
2 years ago
1
...
363
364
365
366
367
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
[
0
-
9
]
{1,3}
\.
){3}
[
0
-
9
]
{1,3}
:
\d
{1,5}
$
/
gm
Open regex in editor
Description
Movin4Life.org
Submitted by
anonymous
-
4 months ago