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 9,640 community submitted regex patterns...
0
compo
PCRE (PHP <7.3)
Ciclo FOR nuova sintassi
Submitted by
anonymous
-
8 years ago
0
MySQL old to new
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
A regex to match three digit number excluding 000
PCRE (PHP <7.3)
A regex to match three digit number excluding 000
Submitted by
anonymous
-
8 years ago
0
Remove domain prefix (use with PHP parse_url($domain,PHP_URL_HOST))
PCRE (PHP <7.3)
Remove domain prefix (use with PHP parse_url($domain,PHP_URL_HOST))
Submitted by
anonymous
-
8 years ago
0
blobimporter.exe.config
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
lastname name
PCRE (PHP <7.3)
Regex for extracting lastname, Name for use in KeyboardMaestro
Submitted by
anonymous
-
8 years ago
0
match digicel or UTS number and email address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
pg view transformations
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
SSH Failure Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
TBSK charset regexp checks
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
AIJMON 1/3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
task2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
get all tags except one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
get attributes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
html content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Decimal type check for view column
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Schema.Table_name | \ \*\
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
FROM\ SCHEMA(.TABLE_NAME)?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Schema.Table_name | \ \*\
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
19
20
21
22
23
...
482
匹配限定后缀名的文件,忽略大小写
0
Regular Expression
Golang
`
^
(?i)
.
*
(?P<fileExt>
\.
mka
)
$
`
Open regex in editor
Description
匹配.mka后缀名的文件,忽略大小写
Submitted by
anonymous
-
a year ago