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
DEMO
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
10 years ago
1
phone number (FR)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
C# constants from Unity3D's MonoBehaviour messages' docs
ECMAScript (JavaScript)
Create a static reference to the Unity MonoBehaviour messages. Select the "Messages from" http://docs.unity3d.com/ScriptReference/MonoBehaviour.html and substitute with: public const string $1 = "$1";
Submitted by
KiwiDevelop.com
-
10 years ago
0
BB quote extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
xD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
get youtube vid ID
Python
match #2
Submitted by
parzivail
-
10 years ago
0
Four e/E's no p's
PCRE (PHP <7.3)
no description available
Submitted by
CommuSoft
-
10 years ago
0
Cakephp smarty translation extract
Python
Extracting all {__("content")} from cakephp .tpl files
Submitted by
Yuks
-
10 years ago
0
Cfmail replace
PCRE (PHP <7.3)
Replace cfmail with cfsets
Submitted by
Akan
-
10 years ago
1
qwe
PCRE (PHP <7.3)
qweqwe
Submitted by
qwe
-
10 years ago
1
The regex tested for all occurences of % that are not within quotation
PCRE (PHP <7.3)
all occurences of % that are not within quotation characters
Submitted by
Igor Savinkin
-
10 years ago
1
Find #'s
Python
no description available
Submitted by
anonymous
-
10 years ago
0
only pixel set font-size
PCRE (PHP <7.3)
no description available
Submitted by
amaroyche
-
10 years ago
1
attributeselector
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
My test
PCRE (PHP <7.3)
My test
Submitted by
Mike
-
10 years ago
1
t-sql batch script parser
Python
Splits t-sql script into separated commands. useful for executing with adocommand object
Submitted by
kutsoff
-
10 years ago
1
VNC-58
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
UUID regex
PCRE (PHP <7.3)
no description available
Submitted by
santisaez
-
10 years ago
1
tr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
-2
regex demo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
...
89
90
91
92
93
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
2
-
2
]
{1}
|
[
6
-
7
]
{1}
)
(
[
0
-
9
]
{3}
)
[
-.
]
?
(
\d
{4}
)?
$
/
Open regex in editor
Description
Is a simple regex for compare tel number of El Salvador (not use +503 or iquals)
Submitted by
nayosx
-
9 years ago