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,040 community submitted regex patterns...
0
SR169
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Ph_try3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BITSDesk Ticket Matching
PCRE (PHP <7.3)
This matches TicketIDs on BITSDesk even with crap before and after them.
Submitted by
anonymous
-
6 years ago
0
Office
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Array
PCRE (PHP <7.3)
no description available
Submitted by
Ashish
-
6 years ago
0
PH_Try2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
PH_Try1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
POI CORS
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
open.spotify.com/track to spotify:track:
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capture project with SPV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Gallery to URLs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capitalize all first letter of words and remove space
PCRE (PHP <7.3)
Capitalize all first letter of words and remove space Exemple : aaa bbb ccc -> aaaBbbCcc
Submitted by
Tyvain
-
6 years ago
1
ESR und ESR+
PCRE (PHP <7.3)
ESR Einzahlungsscheine (CH)
Submitted by
dhu
-
6 years ago
0
pid.class::method
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
Match Decimal allow single leading/tailing 0
ECMAScript (JavaScript)
Matches a decimal, but only allows for leading/tailing Zeros if they are the first digit to precede or follow the decimal point
Submitted by
Doom87er
-
6 years ago
0
exclude test and spec files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Mail extract 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
q1 ass 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Port Name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Simple HTML Label Finder
PCRE (PHP <7.3)
no description available
Submitted by
DAKMH
-
6 years ago
1
...
509
510
511
512
513
...
902
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\[
(
\w
+
)
\]
(
.
*
)
\[\/
\1
\]
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago