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
201811發報碼使用規則
PCRE (PHP <7.3)
最多32個字元 可允許的字元為數字[0-9]、大小寫英文[a-z A-z]與 "-" 前六個字一定是數字,例: YYYYMM 後面可直接是數字或英文字 可用一個 "-" 或 "" 做分隔,不能連續。例:"---"、"___"、"-_" 尾端不留 "-" 例:201811example-...
Submitted by
anonymous
-
6 years ago
0
Email Validation (minus some corner cases)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
multicast regex
ECMAScript (JavaScript)
(22[5-9]|23[0-9])\.(25[0-5]|20-4|10-9|[1-9]?[2-9])\.0\.0
Submitted by
anonymous
-
6 years ago
0
Duque de Grupo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regexurl2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
SQL Columns
PCRE (PHP <7.3)
Gibt alle Spaltennamen zurück
Submitted by
anonymous
-
6 years ago
0
Email Finder
PCRE (PHP <7.3)
Identifies an email
Submitted by
anonymous
-
6 years ago
0
Words before commmas
PCRE (PHP <7.3)
Look around pattern to find words before commas
Submitted by
anonymous
-
6 years ago
0
Full names before commmas
PCRE (PHP <7.3)
Full Names before commas
Submitted by
anonymous
-
6 years ago
0
Email - Consecutive Special Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
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
1
...
196
197
198
199
200
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
\/
(
[
\.
\w\d
_
]
+
\/
?
[
\.
\w\d
_-
]
*
)*
$
"
gm
Open regex in editor
Description
check dir is illegal or not
Submitted by
anonymous
-
3 years ago