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 17,940 community submitted regex patterns...
1
try1
ECMAScript (JavaScript)
try1
Submitted by
anonymous
-
9 years ago
1
Shortcode_filter
PCRE (PHP <7.3)
CLeans your HTML code from shortcodes and images :)
Submitted by
Colta Victor
-
9 years ago
1
git://git.apache.org/aurora.git
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
hosts file parser
PCRE (PHP <7.3)
This expression parses hosts file lines and extracts IP, domains, commented lines. Yet doesn't support ending comments.
Submitted by
Jarek Wasilewski
-
9 years ago
1
BEM for css
PCRE (PHP <7.3)
no description available
Submitted by
giacomozinetti
-
9 years ago
0
Parse date between 1000 and 2012 in format(YYYY/MM/DD HH:MM)
PCRE (PHP <7.3)
This my first regExp)
Submitted by
Andy
-
9 years ago
0
Clojure
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Name Initials
ECMAScript (JavaScript)
Matches 2 or 3 initials from a name. If there is a "," and suffix like Jr., it does not include that in the result.
Submitted by
Brad M.
-
9 years ago
1
Validate City Names
ECMAScript (JavaScript)
Validate City Names (For USA/ Other country)
Submitted by
Ashish
-
9 years ago
1
Youtube ID
PCRE (PHP <7.3)
get youtube video ID
Submitted by
anonymous
-
9 years ago
1
Parse Logs
PCRE (PHP <7.3)
Parsing Logs http://stackoverflow.com/questions/32067661/regex-get-all-text-after-pattern-from-log-c-sharp/32067747#32067747 Avinash Raj http://stackoverflow.com/users/3297613/avinash-raj
Submitted by
Avinash Raj
-
9 years ago
1
Parse Logs
PCRE (PHP <7.3)
http://stackoverflow.com/questions/32067661/regex-get-all-text-after-pattern-from-log-c-sharp/32067747#32067747
Submitted by
anonymous
-
9 years ago
1
Parse Logs
PCRE (PHP <7.3)
http://stackoverflow.com/questions/32067661/regex-get-all-text-after-pattern-from-log-c-sharp/32067747#32067747
Submitted by
anonymous
-
9 years ago
1
HTTP => HTTPS
PCRE (PHP <7.3)
Force all URLs to HTTPS.
Submitted by
WhatIsHeDoing
-
9 years ago
1
Cleaning up epub converts
PCRE (PHP <7.3)
no description available
Submitted by
Cory
-
9 years ago
1
aabc lazy capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Category and subitems
Python
Categories with items name, type and size
Submitted by
Alex
-
9 years ago
0
CSV parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Emoji detection for JavaScript
ECMAScript (JavaScript)
Emoji symbols character sets (added \s and +) based on https://github.com/franklsf95/ruby-emoji-regex
Submitted by
Yovav Gad
-
9 years ago
1
C2D: Outbound_id
PCRE (PHP <7.3)
no description available
Submitted by
EnigmaSoft
-
9 years ago
1
...
120
121
122
123
124
...
897
BEM for css
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
u
|
is
|
has
)
\-
[
a
-
z0
-
9
]
[
a
-
zA
-
Z0
-
9
]
*
|
(
[
A
-
Z
]
[
a
-
zA
-
Z0
-
9
]
*
(
__
[
a
-
z0
-
9
]
[
a
-
zA
-
Z0
-
9
]
*
)?
(
--
[
a
-
z0
-
9
]
[
a
-
zA
-
Z0
-
9
]
*
)?
)
)
$
/
mg
Open regex in editor
Description
no description available
Submitted by
giacomozinetti
-
9 years ago