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 4,400 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
investigator_Name_Tier
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-05 10:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
IPV4
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-03 19:09
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Audio filename splitter
Python
This Python regex allows you to split an audio filename with the sintax Authors - Title (Text1) [Text2].extension into: Group 1: Authors Group 2: Title Group 3: Text1 Group 4: Text2 Group 5: .extension...
Submitted by
Eche L.A.
-
4 years ago
2020-03-02 19:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Numbers except integers starting with zero
Python
matches: 1234 .0123 0.123 no matches:...
Submitted by
anonymous
-
4 years ago
2020-03-01 11:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Date dd-mm-yyyy
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-03-01 10:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FirstVar11
Python
ONE reg expression to use
Submitted by
anonymous
-
4 years ago
2020-02-29 14:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
KDE_Converter_Runner_Regex
Golang
WIP
Submitted by
anonymous
-
4 years ago
2020-02-26 18:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Boucle d'or
Golang
Attrape la famille ours
Submitted by
anonymous
-
4 years ago
2020-02-24 19:54
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Websites for IPK projekt
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-23 13:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Match substring before and after character
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 19:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Name extraction for Dad
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 13:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ISO 8601 Datetime Validation
Golang
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 05:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MilestoneQ3
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-20 03:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DOI
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-18 09:36
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
scst.conf parser - Target attribute splitter
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-13 18:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
email
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-06 18:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
show interfaces status
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-06 16:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
BlueCat Get Authentication Token for API Login
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-06 15:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TRANSPORT
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RESERVED
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-02-04 19:55
1
...
155
156
157
158
159
160
161
...
220
https://regex101.com/r/edPG4P/1
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
(
(
\d
{3}
-
)?
\d
{3}
-
\d
{4}
(
,
)?
){3}
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-07-28 10:12