Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
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 (C#)
Rust
Sponsors
Community Patterns
Search among 13,000 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
кааа
PCRE (PHP <7.3)
ввв
Submitted by
в
-
9 years ago
2014-11-24 20:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
(|(ou:dn:=a)(ou:dn:=b))
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2014-11-24 14:38
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Scrape SRC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2014-11-24 12:16
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
rfc5646 simple
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2014-11-23 21:59
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Select id's in a HTML
PCRE (PHP <7.3)
This regexp was created to search all the id's in a HTML with the objective to clean the code and delete them.
Submitted by
Israel Sotomayor
-
9 years ago
2014-11-23 16:58
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
http
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2014-11-22 10:23
2
4 upvotes, 2 downvotes (score 30%) (You must be signed in to vote)
IPv4
PCRE (PHP <7.3)
no description available
Submitted by
Jorge C.
-
9 years ago
2014-11-21 20:53
3
7 upvotes, 4 downvotes (score 35.4%) (You must be signed in to vote)
youtube id match
PCRE (PHP <7.3)
youtube id 17 matches
Submitted by
Wiliam Castilhos, Ramon Barros
-
9 years ago
2014-11-21 17:18
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
youtube id watch embed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2014-11-21 16:46
13
24 upvotes, 11 downvotes (score 57.2%) (You must be signed in to vote)
Match Gmail Email
Recommended
This entry has been specifically selected by our team to be a great submission
PCRE (PHP <7.3)
Match Gmail Email
Submitted by
Óscar EnrÃquez
-
9 years ago
2014-11-20 23:58
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
first num after rgb
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2014-11-19 19:40
0
3 upvotes, 3 downvotes (score 18.8%) (You must be signed in to vote)
Telephone Number Simple
ECMAScript (JavaScript)
no description available
Submitted by
Nemesarial
-
9 years ago
2014-11-19 12:01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Files with numbers greater than 1950
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2014-11-19 09:35
-2
1 upvotes, 3 downvotes (score 4.6%) (You must be signed in to vote)
A few Australian address parser
PCRE (PHP <7.3)
A few Australian address parser
Submitted by
Dennis Deljouei
-
9 years ago
2014-11-18 22:42
9
11 upvotes, 2 downvotes (score 57.8%) (You must be signed in to vote)
Fixo LDN CSP e SEM CSP
PCRE (PHP <7.3)
no description available
Submitted by
Marcos Müller
-
9 years ago
2014-11-18 14:02
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
celular com CSP e SEM CSP
PCRE (PHP <7.3)
no description available
Submitted by
Marcos Müller
-
9 years ago
2014-11-18 13:58
4
6 upvotes, 2 downvotes (score 40.9%) (You must be signed in to vote)
Simple Linux File Absolute Path Tester
PCRE (PHP <7.3)
Match simple linux file absolute path as /usr/share/my-folder/helloworld.jpg
Submitted by
FLonpl6
-
9 years ago
2014-11-18 07:39
26
91 upvotes, 65 downvotes (score 50.5%) (You must be signed in to vote)
match valid JSON
PCRE (PHP <7.3)
Matches any valid JSON object, matches recursively. Passes all JSON test cases I found.
Submitted by
Mateon1
-
9 years ago
2014-11-17 20:47
0
2 upvotes, 2 downvotes (score 15%) (You must be signed in to vote)
Search string parser (PHP).
PCRE (PHP <7.3)
A simple regexp to parse a search string. It will split the search string into an array of search terms. Each search term will be represented by an array containing 3 strings: ...
Submitted by
@bananascript
-
9 years ago
2014-11-17 13:52
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Cross-Platform Simple Email Validator
PCRE (PHP <7.3)
Not perfect, but solid and cross platform
Submitted by
anonymous
-
9 years ago
2014-11-17 09:02
1
...
619
620
621
622
623
624
625
...
650
Deleting everything except words starting with “#â€
-2
1 upvotes, 3 downvotes (score 4.6%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
#
\w
+
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
A. K. Asik
-
9 years ago
2014-11-15 11:13