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
Most upvotes
Most downvotes
Highest Score
Lowest Score
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 18,000 community submitted regex patterns...
0
html-link-2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
html-link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Messages.properties language file validator
ECMAScript (JavaScript)
no description available
Submitted by
spec4u.net
-
9 years ago
2
mask the credit card number
PCRE (PHP <7.3)
no description available
Submitted by
vj
-
9 years ago
3
SemVer chain parsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Return all trans in twigs
PCRE (PHP <7.3)
Made to return all trans from symfony twigs
Submitted by
Andrei Pit
-
9 years ago
1
Us Currency Format with Length Limitation
PCRE (PHP <7.3)
Us Currency Format with Length Limitation optional(,)(.decimals)
Submitted by
Renu Anil
-
9 years ago
1
dd/mm/yyyy validation regexp
Python
no description available
Submitted by
uknnown
-
9 years ago
0
URL name and domain
PCRE (PHP <7.3)
Extracts the name and domain of any link, for instance https://www.google.com/?gfe_rd=cr&#q=generic+search --> google.com
Submitted by
Sergio
-
9 years ago
1
ADEX
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Nisima
PCRE (PHP <7.3)
v4 => All v5 => Vrac
Submitted by
anonymous
-
9 years ago
0
All Url links
PCRE (PHP <7.3)
Finds: links with or without http/s links with or without www short links
Submitted by
PonyOny
-
9 years ago
0
exclude char
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
English-Hungarian (non-/)obfuscated email adresses
PCRE (PHP <7.3)
Finds email addresses even when cleverly obfuscated in both english and hungarian
Submitted by
WolfyD
-
9 years ago
0
Hungarian Phone numbers
PCRE (PHP <7.3)
This will find almost every (if not every) hungarian phone number such as: 205032935 305032935 705032935 06303335554...
Submitted by
WolfyD
-
9 years ago
-2
march html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Kerberos SPN validaot
PCRE (PHP <7.3)
Check for a valid Kerberos Service Principal Name
Submitted by
Daywalker
-
9 years ago
1
UID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
UID REGEX
PCRE (PHP <7.3)
Tests for valid UID format.
Submitted by
anonymous
-
9 years ago
1
...
801
802
803
804
805
...
900
Community Library Entry
0
Regular Expression
Python
r"
(
http
|
ftp
|
https
)
:
\/\/
(
[
\w
_-
]
+
(?:
(?:
\.
[
\w
_-
]
+
)+
)
)
(
[
\w
.,@?^=%&:
\/
~+#-
]
*
[
\w
@?^=%&
\/
~+#-
]
)
"
gm
Open regex in editor
Description
Just another URL patron matcher
Submitted by
me
-
3 years ago
(Last modified 3 years ago)