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
regex for allowing only certain special characters and also including the alphanumerical characters1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
regex for allowing only certain special characters and also including the alphanumerical characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
For Local To => for(){
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Testing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
While Wend => while{}
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find all except line starting with 3 spaces and 1 number
PCRE (PHP <7.3)
Find all except line starting with 3 spaces and 1 number
Submitted by
anonymous
-
5 years ago
0
Local v[]=[0,0,0] => int[] v=new int[]{0,0,0}
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Kafka replay topics regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Nginx matcher correct
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Negstive lookahead of agreements not prersent in search index
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
public X X(y, => public X X(int y,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Mathf.(Cos|Sin|Tan|Asin|Acos|Atan|Sgn|Sqr)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
ElseIf x; => else if (x){
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
x$ => string x
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
x# => float x
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Draw(Image|Text)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Ticket price Qantas
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Set(Scale|Blend|Alpha|Rotation|Color)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TRANSPORT
Python
no description available
Submitted by
anonymous
-
5 years ago
0
RESERVED
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
354
355
356
357
358
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
\s
]
*
(
\b
a
\s
+
\"
[^
\"
]
*
\S
[^
\"
]
*
\"
\s
+
(
\(
\s
*
[
-0
-
9
]
+
\s
*
,
\s
*
[
-0
-
9
]
+
\s
*
\)
\s
*
)+
$
|
\b
c
\s
+
\"
.
*
\S.
*
\"
\s
+
(
\(
\s
*
[
-0
-
9
]
+
\s
*
,
\s
*
[
-0
-
9
]
+
\s
*
\)
\s
*
)+
$
|
\b
g
\s
*
$
|
\b
r
\s
+
\"
.
*
\S.
*
\"
\s
*
$
)
/
gm
Open regex in editor
Description
h
Submitted by
anonymous
-
5 years ago