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...
0
aprs
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
Remove comments and empty lines
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
properties
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Matches invalid Excel table names
PCRE (PHP <7.3)
This regex is designed to match invalid regex names. The known false positive is when the \w{1,2}+[0-9]+ pattern matches things which fall outside the scope of an Excel documents range, and therefore become valid table references.
Submitted by
anonymous
-
6 years ago
0
Matches invalid Excel table names
Python
This regex is designed to match invalid regex names. The known false positive is when the \w{1,2}+[0-9]+ pattern matches things which fall outside the scope of an Excel documents range, and therefore become valid table references.
Submitted by
anonymous
-
6 years ago
0
Finantial card Track1 parse regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
remove brackets
PCRE (PHP <7.3)
removes brackets from a string array -- used to parse docker-lift CLI ports, volumes, depends_on, etc [redis,mysql,cache] becomes...
Submitted by
anonymous
-
6 years ago
0
Sprate Volumn and Unit of measure
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
create dictionary in VBA from two or three columns of data
PCRE (PHP <7.3)
Don't forget to add the following line at the end of your source text " & Constants.vbNewLine & ""
Submitted by
anonymous
-
6 years ago
0
Unitel RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Movicel RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Custom Masking
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Forged scc senders
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Forged scc senders
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Test Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Check number in calculator
ECMAScript (JavaScript)
Check number in calculator
Submitted by
anonymous
-
6 years ago
0
TCP/UDP Port
PCRE (PHP <7.3)
Matches a TCP or UDP port. This will only match a string of digits between 0-65535. It does not support zero-padded ports.
Submitted by
anonymous
-
6 years ago
0
Action Rec
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
match first hex not 00 except line number
ECMAScript (JavaScript)
匹配第一个非00的十六进制数(排除行号)
Submitted by
anonymous
-
6 years ago
0
Timestamp - General
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
521
522
523
524
525
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
(
case
)
(
.
*
)
:
)
(
[
.
\s
]
*
)
(
(
return
)
(
.
*
)
;
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago