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 13,540 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Get ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-10 12:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
GitFlow Pure
PCRE (PHP <7.3)
This regex helps enforce a pure git-flow branch naming convention. This regex is also drop-in compatible with Gitlab's restrict branch names feature. This was built in reference to Atlassians GitFlow workflow guide
Submitted by
anonymous
-
4 years ago
2019-10-10 17:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
AON PRD Spell Trait
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-10 19:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
French departement comma separated list
PCRE (PHP <7.3)
Allows to check a comma separated list of french "departement" codes. Stands metropolitan and extra territorial codes such as Martinique, Polynésie, Mayotte, etc.
Submitted by
anonymous
-
4 years ago
2019-10-11 08:44
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Orphelins
PCRE (PHP <7.3)
Détecte la dernière espace du paragraphe
Submitted by
anonymous
-
4 years ago
2019-10-11 10:33
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Last occurrence between two strings
PCRE (PHP <7.3)
Recupera l'ultima occorrenza di una stringa prima stringa specificata dalla lookbehind in un testo su più righe. NB: Sembra che il token \K non venga riconosciuto da .NET ma la regex funziona.
Submitted by
anonymous
-
4 years ago
2019-10-11 10:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
xray - Filter
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-10-11 11:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Zoho jobs complete response
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-11 13:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ucs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-11 19:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
nba
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-10-11 19:32
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find Field Between Two Tokens
Python
Find Field Between Two Tokens
Submitted by
anonymous
-
4 years ago
2019-10-12 06:21
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
amazon jp product ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-12 15:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sentence ending chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-13 09:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Sentence ending dot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-13 09:18
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Change tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-13 16:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Horriblesubs
Python
no description available
Submitted by
anonymous
-
4 years ago
2019-10-13 20:57
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CSV Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-14 08:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Coralogix default severity regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-14 12:02
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
DC domian name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-14 16:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data fromato BRL
PCRE (PHP <7.3)
Data no formato Brasileiro
Submitted by
anonymous
-
4 years ago
2019-10-14 18:16
1
...
543
544
545
546
547
548
549
...
677
Name w/ unicode
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
Python
r"
^
[
a
-
zA
-
Z
\u00C0-\u00FF
\.\-\,\'
]
+
$
"
u
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2019-11-07 11:42