Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
-2
indonesian p0rn word filter
Created
·
2014-06-06 05:55
Flavor
·
PCRE (Legacy)
find and replace bad and p0rn indonesian words
Submitted by
teknokoplak
-2
Header `Link` validator
Created
·
2014-07-15 09:45
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Vaseker
-2
Date YYYYMMDD
Created
·
2014-07-19 20:12
Flavor
·
PCRE (Legacy)
Date in format YYYYMMDD Year between [1900-2099] No leap year check but month 02 is limited to 29 days.
Submitted by
Ahmed Z
-2
Matching HTML attributes
Created
·
2014-07-22 10:23
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-2
Remove /* comments */ from CSS
Created
·
2014-07-22 19:53
Flavor
·
PCRE (Legacy)
no description available
Submitted by
JerseyMilker
-2
Version in Cordova config.xml
Created
·
2014-07-26 09:09
Flavor
·
PCRE (Legacy)
no description available
Submitted by
procek
-2
RegEx within tags
Created
·
2014-07-28 10:42
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
-2
example
Created
·
2014-07-28 21:44
Flavor
·
Python
match
Submitted by
anonymous
-2
Password filter
Created
·
2014-08-06 08:11
Flavor
·
PCRE (Legacy)
a regular expression validate the passowrd. The criteria is that the password should contain atleast one upper case and one lower case letter.
Submitted by
HMK
-2
Maintain portion in the middle
Created
·
2014-08-06 10:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
HMK
-2
Basic grammar for regex matching of simplistic Makefiles
Created
·
2014-08-13 01:11
Flavor
·
Python
This expression should both normal and wildcard targets and rules wrapped in simple sub-shell or varriable substitution enclosures.
Submitted by
Robert Butler <me@r-butler.net>
-2
Regex for 1 to 100 with or without decimal values
Created
·
2014-08-14 10:32
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Ved
-2
Simplify HTML
Created
·
2014-09-03 09:18
Flavor
·
PCRE (Legacy)
no description available
Submitted by
LA
-2
1
Created
·
2014-09-16 20:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
-2
eee
Created
·
2014-09-24 14:21
Flavor
·
Python
no description available
Submitted by
anonymous
-2
get all href=()
Created
·
2014-09-26 08:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
artyom lisovskij
-2
valid windows file name
Created
·
2014-10-01 14:31
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Mitacha
-2
Decimal Number
Created
·
2014-10-03 05:32
Flavor
·
ECMAScript (JavaScript)
Parse decimal numbers with optional thousands and/or decimal separator. #i18n #l11n #international
Submitted by
Andreas Pizsa
-2
link
Created
·
2014-10-06 11:34
Flavor
·
Python
no description available
Submitted by
NTP-[SADAS]
-2
e164_basic
Created
·
2014-10-21 16:18
Flavor
·
PCRE (Legacy)
e164_basic
Submitted by
anonymous
Previous page
1
2
3
4
5
6
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2023-03-01 14:30
Flavor
·
PCRE2 (PHP)
/
^
[
a
-
zA
-
Z0
-
9!#$%&
\'
*+
\\\=
?^_`{|}~-
]
+
(?:
\.
[
a
-
zA
-
Z0
-
9!#$%&
\'
*+
\\\=
?^_`{|}~-
]
+
)*
@
(?:
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
*
[
a
-
zA
-
Z0
-
9
]
)?
\.
)+
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
*
[
a
-
zA
-
Z0
-
9
]
)?
$
/
Open regex in editor
Description
Extract this regex from
EmailValidation.php
Submitted by
Qiang Xue