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,040 community submitted regex patterns...
1
exemplo-flex-3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
exemplo-flex-2
Python
no description available
Submitted by
anonymous
-
9 years ago
1
exemplo-flex-1
Python
no description available
Submitted by
anonymous
-
9 years ago
1
exemplo-flex-0
Python
no description available
Submitted by
anonymous
-
9 years ago
2
identity
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
5
ipv6 Validation
PCRE (PHP <7.3)
Handle all condition for ipv6 example: 1) FE80::8329 2) FE80::FFFF:8329 3) FE80::B3FF:FFFF:8329 4) FE80::0202:B3FF:FFFF:8329...
Submitted by
Lim Yew Teck, Nicholas
-
9 years ago
1
Check Node path
PCRE (PHP <7.3)
Check if a string starts with a letter and ends with a backslash
Submitted by
anonymous
-
9 years ago
1
text beetween <<>>
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Match all strings that ends with more than 3 numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
d{2}\.\d{2}"
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
pages to iwpage
PCRE (PHP <7.3)
Converts pages tag into Iwpages template (MediaWiki - wikisource - proofread extension)
Submitted by
Alex
-
9 years ago
0
https://regex101.com/r/lS4dV7/1
Python
ipv4 address matching
Submitted by
Unknown
-
9 years ago
1
string-format
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
www
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Password Log
PCRE (PHP <7.3)
Matches a password that has been passed in as a url query parameter or in a post dictionary.
Submitted by
Anthony Miller
-
9 years ago
0
fred
Python
test
Submitted by
test
-
9 years ago
0
fio group id
Python
This is for a parser for fio results
Submitted by
scurge
-
9 years ago
0
Remove all html tags
PCRE (PHP <7.3)
no description available
Submitted by
thebigsmileXD
-
9 years ago
1
Geolocalisation: Degrés Minutes Secondes E/O
PCRE (PHP <7.3)
Geolocalisation: Degrés Minutes Secondes E/O
Submitted by
Vincent Ordioni
-
9 years ago
1
Text validation
PCRE (PHP <7.3)
Two words, each word first letter capital
Submitted by
Phani Rahul Sivalenka
-
9 years ago
1
...
809
810
811
812
813
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
A
-
Z
]
[
a
-
z
]
*
(
\s
+
[
A
-
Z
]
[
a
-
z
]
*
)
)
$
/
Open regex in editor
Description
Two words, each word first letter capital
Submitted by
Phani Rahul Sivalenka
-
9 years ago