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 17,420 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex for copper tif files
Python
https://regex101.com/r/zNfvGn/1
Submitted by
anonymous
-
4 years ago
2020-01-14 21:53
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
sales upload examples, fix for supporting pre-ecma2018 standard browser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-15 02:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
us
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-15 08:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
UK generic tel no
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-15 08:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract ac code from fasta headers
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-15 13:26
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Nginx Log Parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-15 19:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
SSL Cert name/value parser
PCRE (PHP <7.3)
Used to spllit lines of an SSL cert into name/value pairs
Submitted by
anonymous
-
4 years ago
2020-01-15 16:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
All Words Uppercase
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-15 18:25
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Find all letters and numbers and - in each line after the first - is encountered. Semantic Versioning 2.0.0 find everything after patch version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 00:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
any number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 15:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Networking Parser - Command (show http-server) - Platform (Cisco Nexus Switch)
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 16:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Networking Parser - Command (show feature) - Platform (Cisco Nexus Switch)
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 16:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Networking Parser - Command (show ip interface brief) - Platform (Cisco Switches/Routers)
Python
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 16:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Pivotal tracker ID extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-16 18:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Clockify duration format parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-17 17:40
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
category
PCRE (PHP <7.3)
regex for category separation and validation
Submitted by
anonymous
-
4 years ago
2020-01-18 09:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
postal code
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-19 05:49
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hashtags with russians symbols
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-20 05:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Hostname Filter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-20 08:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for Criterion
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2020-01-20 15:05
1
...
721
722
723
724
725
726
727
...
871
Europe - Cyprus - Phone Number
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
^
(
\+
?
357
)?
(
(
2
[
234567
]
{1}
)
[
0
-
9
]
{6}
|
(
9
[
97654
]
{1}
)
[
0
-
9
]
{6}
|
942
[
0
-
9
]
{5}
)
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
4 years ago
2020-01-30 21:36