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
RGS30
PCRE (PHP <7.3)
MTN_AF
Submitted by
anonymous
-
4 years ago
0
Eastlink MIND v8 birthday changes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Remove empty line ➜ ^\s*[\r\n]
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
indent
ECMAScript (JavaScript)
(.+?)((\n\s.*)+)
Submitted by
anonymous
-
4 years ago
0
From the end till the first delimiter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
myfilter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Markdown code block
ECMAScript (JavaScript)
^({3}.\n\r?^{3})
Submitted by
anonymous
-
4 years ago
0
(?:github.com)(.*)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Trim line ➡︎ ^\s*(.*?)\s*$
PCRE (PHP <7.3)
Trim line
Submitted by
anonymous
-
4 years ago
0
start end
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
regex #1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
regex #2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Capital Social-
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Code RCS
PCRE (PHP <7.3)
Le numéro RCS (Registre du commerce et des sociétés)
Submitted by
anonymous
-
4 years ago
0
Email pattern updated regex
PCRE (PHP <7.3)
Send any suggestion to igor@ijji.com.br
Submitted by
anonymous
-
4 years ago
0
spring-boot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
legacy-ross
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ternary Operator replacement with OR
Python
no description available
Submitted by
anonymous
-
4 years ago
0
WeakAuras ability regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Weakaura Lua Wow Ability Matches
PCRE (PHP <7.3)
Matches spells abilities from WeakAura TriggerTemplateData lua file for World of Warcraft.
Submitted by
anonymous
-
4 years ago
1
...
332
333
334
335
336
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
(
00
|
0
)?
91
[
1
-
9
]
{1}
[
0
-
9
]
{9}
)
$
/
gm
Open regex in editor
Description
Regex for Indian phones (without +)
Submitted by
anonymous
-
a year ago