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
National interstate ins row re
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Strip left leading digits
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match string not starting with specific value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
regular expression to match any logical sentential expression recursively
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
exact sass var match with description
PCRE (PHP <7.3)
this was because of the error of this https://github.com/zoyi/wi-new-dashboard/commit/7d7fffe926e85cc85fb369154e1c90b8be870721#diff-7be54cee11d5c1bf2c654c97c8048042L46 ${({ theme }) => theme.colors.widgetLight}est;
Submitted by
anonymous
-
5 years ago
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
1
...
600
601
602
603
604
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
\d
*
)
(
\D.
*
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago