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 2,500 community submitted regex patterns...
0
gfhgh
Python
fghh
Submitted by
anonymous
-
5 years ago
0
zxb
Python
zvcxv
Submitted by
anonymous
-
5 years ago
0
two " to triple
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Resolution Regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
match wmic.exe create remote process
Python
no description available
Submitted by
anonymous
-
5 years ago
0
simple gmt coordinates finder
Python
no description available
Submitted by
anonymous
-
5 years ago
0
handle_virtual_registers_prefix
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Match everything but CVS
Python
no description available
Submitted by
anonymous
-
5 years ago
0
match a 4chan media url
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Regex on linkedin alumni
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Split full name to last, middle, last
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
my username
Python
no description available
Submitted by
smileycreations15
-
5 years ago
0
Data
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Add commas to big numbers
Python
no description available
Submitted by
anonymous
-
5 years ago
0
match weight with pounds and kg
Python
no description available
Submitted by
anonymous
-
5 years ago
0
eleveo
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Email validation
Python
no description available
Submitted by
anonymous
-
5 years ago
0
html code for LaTeX math expression
Python
Finds any value inside the HTML ... in order to replace with $...$
Submitted by
anonymous
-
5 years ago
0
ShortcutLinkInline
Python
no description available
Submitted by
anonymous
-
5 years ago
0
comand.py:InlineCommand
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
19
20
21
22
23
...
125
匹配限定后缀名的文件,忽略大小写
0
Regular Expression
Golang
`
^
(?i)
.
*
(?P<fileExt>
\.
mka
)
$
`
Open regex in editor
Description
匹配.mka后缀名的文件,忽略大小写
Submitted by
anonymous
-
a year ago