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 2,860 community submitted regex patterns...
0
username or email?
PCRE2 (PHP >=7.3)
validate username or email
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Match phrase at end of line.
PCRE2 (PHP >=7.3)
Match phrase at end of line.
Submitted by
s1nglethr3ad
-
3 years ago
0
GCR Image Regex
PCRE2 (PHP >=7.3)
GCR Images
Submitted by
anonymous
-
3 years ago
0
Wagtail
PCRE2 (PHP >=7.3)
Deferring images with wagtail
Submitted by
punksage
-
3 years ago
0
Junction Main/Aux/Secondary
PCRE2 (PHP >=7.3)
Junction Main/Aux/Secondary Power Detection
Submitted by
anonymous
-
3 years ago
0
Junction Tertiary
PCRE2 (PHP >=7.3)
Tertiary Junction Power Detection
Submitted by
anonymous
-
3 years ago
0
OpenSubtitles api finds year
PCRE2 (PHP >=7.3)
this regex finds the first year in the json file returned by opensubtitles api
Submitted by
Andrea Canton
-
3 years ago
0
consonants
PCRE2 (PHP >=7.3)
finally made same but this one works on all sides
Submitted by
anonymous
-
3 years ago
0
Delete repeated bibitem
PCRE2 (PHP >=7.3)
Search for a repeated bibitem inside the curly braces of a latex \cite command and removes it.
Submitted by
anonymous
-
3 years ago
0
regex1
PCRE2 (PHP >=7.3)
한글, 영문, 숫자, 특수문자 입력 가능 특수문자 : ~ ! @ # $ % ^ & * ( ) - + ? _ / [ ] 최대 40글자까지 가능 / 최소 1글자 이상 공백 입력가능
Submitted by
anonymous
-
3 years ago
0
comment shortcode
PCRE2 (PHP >=7.3)
Captures content between a pair of specifically-named HTML comments.
Submitted by
anonymous
-
3 years ago
0
Media Tagger - Remove Square Brackets
PCRE2 (PHP >=7.3)
Remove square brackets from Track number and optionally remove Artist Name from Title.
Submitted by
António Cruz
-
3 years ago
0
Change ref to eqref in LaTeX
PCRE2 (PHP >=7.3)
Change ref to eqref in LaTeX
Submitted by
Jeppe Vinkel Beier
-
3 years ago
0
regex name customer
PCRE2 (PHP >=7.3)
regex name customer
Submitted by
anonymous
-
3 years ago
0
regex score
PCRE2 (PHP >=7.3)
regex score
Submitted by
anonymous
-
3 years ago
0
regex check phone number
PCRE2 (PHP >=7.3)
regex check phone number
Submitted by
anonymous
-
3 years ago
0
regex email
PCRE2 (PHP >=7.3)
check email
Submitted by
anonymous
-
3 years ago
0
Learn basic regex
PCRE2 (PHP >=7.3)
Basic regex
Submitted by
anonymous
-
3 years ago
0
finds places to put points or comas or separators between groups of 3 digits in long numbers
PCRE2 (PHP >=7.3)
Help to read numbers in groups of three digits to count thousands, millions, thousands of millions, billions thousands of billions trillions thousands of trillions ... like the Avogadro's number or all the money spent by world to make weapons (used or not)
Submitted by
anonymous
-
3 years ago
0
acept degrees C or F
PCRE2 (PHP >=7.3)
filter entry to convert degrees F or C with sign or not with decimals or not ,,,
Submitted by
anonymous
-
3 years ago
1
...
102
103
104
105
106
...
143
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?i)
hipovitaminosis
[
\s
]
{0,3}
D
|
d
[
eé
]
ficit
[
\s
]
{0,3}
vitam
[
ií
]
na
[
\s
]
{0,3}
D
|
deficiencia
[
\s
]
{0,3}
[
\S
[
\s
]
{0,3}
vitam
[
ií
]
na
[
\s
]
{0,3}
D
|
d
[
ée
]
ficit
[
\s
]
{0,3}
vit
[
\s
]
{0,3}
D
|
deficiencia
[
\s
]
{0,3}
vit
[
\s
]
{0,3}
D
|
vit
[
\s
]
{0,3}
D
[
\s
]
{0,3}
<30
/
gm
Open regex in editor
Description
Hipovitaminosis
Submitted by
anonymous
-
3 years ago