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
vyhledávání proměnných
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
I want to remove spaces in a=(), but not inside others
Submitted by
mimooh
-
9 years ago
1
square brackets select
PCRE (PHP <7.3)
use for selecting brackets and their content in sublime text
Submitted by
anonymous
-
9 years ago
1
Roving Robot
PCRE (PHP <7.3)
no description available
Submitted by
Jono
-
9 years ago
1
phone
PCRE (PHP <7.3)
no description available
Submitted by
Steven
-
9 years ago
1
Match all spellings of Ebony
PCRE (PHP <7.3)
Matches all spellings of Ebony's name in My Immortal.
Submitted by
Lemmmy
-
9 years ago
1
direct log
PCRE (PHP <7.3)
capture word before error
Submitted by
anonymous
-
9 years ago
1
weekRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Regex to find if/while constructs
PCRE (PHP <7.3)
Find if/while in JS code written in PCRE
Submitted by
Deepak Subramanian
-
9 years ago
1
Find function
PCRE (PHP <7.3)
no description available
Submitted by
Deepak Subramanian
-
9 years ago
1
Working Blob match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
ConnectionString Extrair Valor
PCRE (PHP <7.3)
Extrair um valor de um par key value numa ConnectionString
Submitted by
Theodozio
-
9 years ago
1
---
ECMAScript (JavaScript)
Submitted by
rs
-
9 years ago
0
simple json key value pair parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
amlang
-
9 years ago
(Last modified 7 months ago)
1
json key value finder
PCRE (PHP <7.3)
no description available
Submitted by
amlang
-
9 years ago
1
only contains selected static classes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
me
Python
me
Submitted by
me
-
9 years ago
1
Unity Resource Path Regex
PCRE (PHP <7.3)
Regex for validating if a string is a valid resource path to load resources from the resources folder in Unity.
Submitted by
Walter Geisler
-
9 years ago
1
0185ac1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
IFS addToGroup Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
740
741
742
743
744
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
(?:
\+
|
00
)
33
[
\s
.-
]
{0,3}
(?:
\(
0
\)
[
\s
.-
]
{0,3}
)?
|
0
)
[
1
-
9
]
(?:
(?:
[
\s
.-
]
?
\d
{2}
){4}
|
\d
{2}
(?:
[
\s
.-
]
?
\d
{3}
){2}
)
$
/
gm
Open regex in editor
Description
Accept several kind of format, more or less usual. And refuse incorrect formats.
Prefix: 0033 / +33 / (0) / 0
Number: collapsed / group by 2 / group by 3
Separator: space / dot / dash
Submitted by
RonanKER
-
7 years ago