Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 2,280 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Fixed Email Regex (emailregex.com)
Java 8
An email regex that allows for capitals after the final dot (ie. TEST@GMAIL.COM)
Submitted by
anonymous
-
a year ago
2022-06-29 19:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
iCalendar property parsing
Python
parses property strings as used by iCalendar. Kinda.
Submitted by
anonymous
-
a year ago
2022-06-29 21:02
(Last modified a year ago)
2022-06-30 15:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
时间
Java 8
时间
Submitted by
旧信
-
a year ago
2022-06-30 08:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
分组引用
Python
分组引用
Submitted by
anonymous
-
a year ago
2022-07-02 13:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Phone number
Python
Phone number
Submitted by
anonymous
-
a year ago
2022-07-06 03:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
decimal double point with range number from minus to plus range number
Python
the decimal, double point with range number from minus to plus range number, the example from -199.99 to 199.99 revision from example pattern 1: ^(?:\-?10(?:\.\d\d?)?|\-?[1]?[1-9]?0-9?)$
Submitted by
eki.saputra
-
a year ago
2022-07-07 05:10
(Last modified a year ago)
2022-07-07 05:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regular expresion mathematical expression
Python
re to validate x/(x+b)=(dx)/a like 7/(x+9) = (4x)/3
Submitted by
anonymous
-
a year ago
2022-07-07 11:11
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Illegal characters for directory name
Java 8
Pattern matches to all illegal characters in directory name. Can be useful for normalizing the folder name before creating it
Submitted by
Vlad Yevtushenko
-
a year ago
2022-07-08 06:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
flake8-sql False Positives
Python
An example false positive matching docstring for the regex used by flake8-sql (https://github.com/pgjones/flake8-sql).
Submitted by
anonymous
-
a year ago
2022-07-08 14:00
(Last modified a year ago)
2022-07-08 14:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO8601 Date/Time Parser
Python
Parses most of the variations of ISO8601 that are allowed, including dates only and date/time with or without the time zone.
Submitted by
Mumblepins
-
a year ago
2022-07-10 03:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bot-Studio Comments
Python
Regex For Comments In Bot Studio Via YT Docs
Submitted by
Codaea
-
a year ago
2022-07-11 07:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Author names
Python
Matches author names
Submitted by
anonymous
-
a year ago
2022-07-12 06:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FullName_regex
Java 8
2135
Submitted by
anonymous
-
a year ago
2022-07-14 15:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Cron Syntax
Java 8
This checks the syntax for CRON
Submitted by
Till Hummel
-
a year ago
2022-07-18 13:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TRye bracktres
Python
gfhtrgh
Submitted by
anonymous
-
a year ago
2022-07-18 20:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
telephone_finder
Python
[-+ ]?[178]?[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?\d[ ]?
Submitted by
anonymous
-
a year ago
2022-07-21 05:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bangladeshi Mobile and Telephone Number
Java 8
Matches with Bangladeshi Mobile and Telephone Numbers
Submitted by
kaziNAHIAN
-
a year ago
2022-07-21 10:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Bandwidth value validation
Python
Bandwidth value validation: 1-1023K 1-1023M 1-40G
Submitted by
Damien Stuart
-
a year ago
2022-07-22 17:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email validation regex
Python
This email validation regex works perfectly (99.99%) for validating email address entries. The regex does not match email addresses with with the following characteristics: Addresses that begin/end with a special character Addresses with consecutive repeated special characters ...
Submitted by
Bright Owusu
-
a year ago
2022-07-23 17:46
(Last modified a year ago)
2022-07-23 18:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Out of
Python
Out of
Submitted by
anonymous
-
a year ago
2022-07-26 09:38
1
...
97
98
99
100
101
102
103
...
114
t01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
Python
r"
key
[
:'
]
+
(
[^
,;'
"
]
+
)
[
'
"
,;
]
+
"
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
7 years ago
2016-06-06 11:10