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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 12,660 community submitted regex patterns...
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
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
While Wend => while{}
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
For Local To => for(){
PCRE (PHP <7.3)
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
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
match file path.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Not allow Special Characters in JavaScript
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
x:y => y x
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Add ;
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
How do I not allow special characters, but allow space in regex?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Function => public static
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TN, get id from url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
PASSPORT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Extract IIS Site Name and ID From Web-Binding
PCRE (PHP <7.3)
Extract Site Name and ID from the Web-binding information in the ItemXPath field
Submitted by
anonymous
-
5 years ago
0
If x; => if (x){
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Global => public static
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Field => public
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
if (x=x) => if (x==x)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
281
282
283
284
285
...
633
Anom
1
Regular Expression
ECMAScript (JavaScript)
/
^
[
0
-
9()
\-
+
]
+
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
11 years ago