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 5,020 community submitted regex patterns...
0
Valida data
Python
Valida data no padrão YYYY-MM-DD Por causa de limitações do regex, não valida ano bissexto, por isso sempre vai retornar 29/02 de qualquer ano como True
Submitted by
anonymous
-
4 years ago
0
t1
Python
no description available
Submitted by
anonymous
-
4 years ago
0
t2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
t3
Python
no description available
Submitted by
anonymous
-
4 years ago
0
t3
Python
no description available
Submitted by
anonymous
-
4 years ago
0
t2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN main regex - selecting rows
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - deleting category annotations
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - removing annotations in brackets
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - cleaning of hyphens, tildes, and closing brackets
Python
no description available
Submitted by
anonymous
-
4 years ago
0
French Plate Number
Python
https://fr.wikipedia.org/wiki/Plaque_d'immatriculation_fran%C3%A7aise#Num%C3%A9rotation AA001AA Note : I, O and U are forbidden (too close to 1, 0 and V). 3 digits number ranges from 001 to 999.
Submitted by
anonymous
-
4 years ago
0
Деньги из текста
Python
вырезаем деньги из текста
Submitted by
anonymous
-
4 years ago
0
protocol string match
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Xpath_Regardless_namespace
Python
helper to create local-names xpath
Submitted by
anonymous
-
4 years ago
0
Local Name XPath Improvement V2
Python
Considering Function also such as boolean()
Submitted by
anonymous
-
4 years ago
0
Time grabber
Python
Grab time from datetime
Submitted by
anonymous
-
4 years ago
0
Grab date (used with grab time for consistent results)
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Long url extractor
Python
no description available
Submitted by
anonymous
-
4 years ago
0
normalize-space
Python
Remove extra space in between text, but not in quoted text
Submitted by
anonymous
-
4 years ago
0
Ignore Text in Quotes
Python
It will only pick thet matching text outside the quotes i.e ', "
Submitted by
anonymous
-
4 years ago
1
...
124
125
126
127
128
...
251
Community Library Entry
0
Regular Expression
Python
r"
^\s
{7}
(
[
-A
]
?
\d
+
)
\s
+
(
(
.
|
\n
)*
?
)
\n^\s
{24}
(
[
A
-
Z
]
{0,2}
\d
{3}
(
\.
\d
+
)?
(
\s
(
\w
+
)
)?
)
"
gm
Open regex in editor
Description
Matches entries in a library catalogue.
Submitted by
anonymous
-
a year ago