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 18,000 community submitted regex patterns...
0
Extract version strings from AssemblyInfo.cs
Python
Multiline support. Requires correct syntax of Assembly*. Ignores comments
Submitted by
anonymous
-
5 years ago
0
between brackets replace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
No space in front
PCRE (PHP <7.3)
Prevent a string from having a space at the beginning
Submitted by
anonymous
-
5 years ago
0
Get ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
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
-
5 years ago
0
AON PRD Spell Trait
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
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
-
5 years ago
0
Orphelins
PCRE (PHP <7.3)
Détecte la dernière espace du paragraphe
Submitted by
anonymous
-
5 years ago
0
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
-
5 years ago
0
xray - Filter
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Zoho jobs complete response
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ucs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
nba
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Find Field Between Two Tokens
Python
Find Field Between Two Tokens
Submitted by
anonymous
-
5 years ago
0
amazon jp product ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
saily find coords
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Sentence ending chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Sentence ending dot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Change tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Horriblesubs
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
605
606
607
608
609
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
172
\.
18
\.
(
(
[
0
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
1
[
0
-
9
]
[
0
-
9
]
|
2
[
0
-
4
]
[
0
-
9
]
|
25
[
0
-
5
]
)
\.
)
(
[
0
-
9
]
|
[
1
-
9
]
[
0
-
9
]
|
1
[
0
-
9
]
[
0
-
9
]
|
2
[
0
-
4
]
[
0
-
9
]
|
25
[
0
-
9
]
)
$
/
gm
Open regex in editor
Description
réseau 172.18.0.0 /16
Submitted by
anonymous
-
5 years ago