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...
1
load_runner_transaction_end
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
ZAP exclude URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Split number by thousands
PCRE (PHP <7.3)
Basically take a number and split it into thousands. I.e. take three chars from the end of the number until there is 3 or less chars left.
Submitted by
Axb
-
9 years ago
1
VISA Name
ECMAScript (JavaScript)
Alpha numeric characters including "hyphens" "quotation marks" and "semicolons" only
Submitted by
ME
-
9 years ago
1
Visa Country of Issue
ECMAScript (JavaScript)
3 alpha characters expected, except in the instance of Germany which allows 1 alpha character.
Submitted by
anonymous
-
9 years ago
1
belarus phone number updated
ECMAScript (JavaScript)
+375 (33) 302-66-60 or +37533302-66-60 http://stackoverflow.com/questions/33056434/regex-for-phones-at-belarus
Submitted by
anonymous
-
9 years ago
1
phone number belarus updated 2
ECMAScript (JavaScript)
+375 (33) 302-66-60 or +375333026660 http://stackoverflow.com/questions/33056434/regex-for-phones-at-belarus
Submitted by
anonymous
-
9 years ago
1
Eve Online Stations
PCRE (PHP <7.3)
Extracts system name, planet, moon (if applicable), and NPC faction for NPC stations in the MMORG Eve Online.
Submitted by
Rothbard Leviathan
-
9 years ago
1
Train Amadeus
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Récupérer information
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Expanded visual basic functions/subs
PCRE (PHP <7.3)
I've been using this regex to get a list of expanded functions/subs (specifically the names of them from the 'func' capture group) from VB code that is used as input in a code converter for a project at work.
Submitted by
Timothy Smith
-
9 years ago
1
Pattern to get trains station names.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Oxford comma
ECMAScript (JavaScript)
Insert comma in lists before the word "and" or "or".
Submitted by
Mogsdad w/ assist from TerryAtOpus
-
9 years ago
1
Multiline shortest match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Project
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
used with irssi script fnotify's output with nm.pl enabled
PCRE (PHP <7.3)
transforms: network #channel message network #channel message network #channel message to network #channel message...
Submitted by
anonymous
-
9 years ago
1
Lab3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URN, match blocchi
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
OCEAN - SELECT to DropDown grid
PCRE (PHP <7.3)
no description available
Submitted by
UndeadScythes
-
9 years ago
1
Decimal Range
PCRE (PHP <7.3)
Matches any range valid numerical range. i.e 1-5 ; 1.0-5 ; 1.0-5.0 ; 1-5.0
Submitted by
James Lewis
-
9 years ago
1
...
123
124
125
126
127
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
\(
(?:
[^
()[
\]
{}
]
*
|
(?1)
)*
\)
)
|
(?:
\[
(?:
[^
()[
\]
{}
]
*
|
(?1)
)*
\]
)