Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
Matching build file names
Matches various versions of build file filenames from our jenkins builds
Submitted by
Sean Furrh
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
german locale regex
Matches locales with german language
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
url-selection
url-selection
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Capturing Group for IP
Capturing group for an IP address - simple - Just looks for digits.
Submitted by
George Fitz
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Validate Phone number
Validate Phone number
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
PhoneNumbers with special characters
This will help with phone numbers where you want the numbers but not necessarily all the special characters
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Match russian word including one and only one upper
With DEFINE using
Submitted by
piterden
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
HTML Scraping: Yelp Reviews
'''(\d).[\s\S]?([\s\S]?)[\s\S]?title="(\d.\d)[\s\S]?(\d)\sreviews[\s\S]?range">(\$)'''gm
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
json digit
parses a json digit such as: 1, 1.0, -1, -1.0, -1.0E-1, etc.. rejects digits such as: ...
Submitted by
Mass
-
a year ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
streets with one or more names with unicode characters in python
streets with one or more names with unicode characters in python
Submitted by
Stanicio
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Domain Matching
Avoids false positives
Submitted by
Sly
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
JSON string
Can process a JSON string
Submitted by
Mass
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
All
all
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Repeated numbers
Checks if there are repeated numbers in a number. Ex. 1223 ==> Has the number 2 repeated
Submitted by
maPer77
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Extract American Phone Number
Will verify a number that matches the pattern: [US International Code], [3-digit Area Code], [3 digits], [4 digits] And will return matches for all the digits together as a string (useful for href="tel:{number"), and each component of the number (including US International Code
Submitted by
MegaSpaceHamlet
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
slovak and czech phone numbers
Slovak and czech phone numbers. 0908312334 +421908332314 004219126559874 +420987654321...
Submitted by
Adrián
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
C######
get C with numbers string
Submitted by
Didier
-
a year ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
java
匹配中英文括号
可以用来替换企业名称中的中英文括号 eg: 阿里巴巴(中国)股份 阿里巴巴(中国)股份
Submitted by
tuan_luo
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Numbers, units, and tolerances
This regular expression matches a quantity and tolerances, if they exist.
Submitted by
nessalc
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Search Engine Marketing
Yurrr
Submitted by
anonymous
-
a year ago
1
...
72
73
74
75
76
77
78
...
212
Hipovitaminosis
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre2
/
(?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
Loading markdown...
Submitted by
anonymous
- a year ago