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 3,560 community submitted regex patterns...
1
ALI PArce
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Jade file, change input type and add class
ECMAScript (JavaScript)
It change type='date' to type='text' and add the class .datepicker before the opening '('
Submitted by
Eoifirst
-
8 years ago
1
EclipseSPECGRIDKeywordForJavaScript
ECMAScript (JavaScript)
Eclipse SPECGRID Keyword for Javascrip
Submitted by
Rashmin Dandekar
-
8 years ago
2
match HTML-safe strings with at least one alphanumeric character
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
WhatsApp Message Regex
ECMAScript (JavaScript)
A regex to parse WhatsApp conversation files
Submitted by
anonymous
-
8 years ago
1
Starts and Ends with 3 digits
ECMAScript (JavaScript)
String begins with 3 digits + whitespace character + any length of characters + white space + 3 digits
Submitted by
anonymous
-
8 years ago
1
Replace HTML Links with the contaioning text
ECMAScript (JavaScript)
no description available
Submitted by
WBS
-
8 years ago
2
Escape regex meta characters
ECMAScript (JavaScript)
This expression escapes characters, which have a special meaning in regex, like .?[]/ and so on. Use it to transform a string that you want to use literally in another regex.
Submitted by
Florian Andresen
-
8 years ago
1
match quotes inside tags
ECMAScript (JavaScript)
doesn't work yet
Submitted by
mihai2u
-
8 years ago
1
CPE reboots reasons level1
ECMAScript (JavaScript)
CPE reboots reasons level1
Submitted by
nshushkin
-
8 years ago
1
CPE reboots reasons level 1
ECMAScript (JavaScript)
CPE reboots reasons: parsing level 1
Submitted by
anonymous
-
8 years ago
1
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Teena is here AND you are der (why u said) OR I ll come NOT you say
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
EclipseKeywordDataMatches
ECMAScript (JavaScript)
matches keyword data
Submitted by
anonymous
-
8 years ago
1
3123123
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Match arbitary metadata in WordPress export XML
ECMAScript (JavaScript)
Allows for easy removal of metadata in WP export file
Submitted by
anonymous
-
8 years ago
0
JSON Matching
ECMAScript (JavaScript)
Match numerical value of a JSON key. Numbers only 3-9
Submitted by
anonymous
-
8 years ago
3
Sql Injection detection
ECMAScript (JavaScript)
this regex detect any sql injections .
Submitted by
Saeed.Tabrizi@gamil.com
-
8 years ago
1
jsDoc parser
ECMAScript (JavaScript)
no description available
Submitted by
me
-
8 years ago
1
french zip code
ECMAScript (JavaScript)
code postal de taille 2 ou 5
Submitted by
NIGGGA
-
8 years ago
1
...
120
121
122
123
124
...
178
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
"WalkingSpeedInKilometerPerHour":
\
(
[^
a
-
zA
-
Z1
-
20
]
)
.
[^
a
-
zA
-
z1
-
9
]
/
Open regex in editor
Description
Match numerical value of a JSON key. Numbers only 3-9
Submitted by
anonymous
-
8 years ago