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...
1
Austrian VAT registration number
PCRE (PHP <7.3)
The letters "ATU" followed by 8 digits.
Submitted by
anonymous
-
9 years ago
1
SelectCommand
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Match Chords
PCRE (PHP <7.3)
Match chords from songsheets
Submitted by
code26
-
9 years ago
1
Simple math term parser
ECMAScript (JavaScript)
This regex can be used for parsing simple math terms. You can use this operations: + - * / For example: 1+2 1.9/8.9 -810.123-98...
Submitted by
anonymous
-
9 years ago
1
IPV6
PCRE (PHP <7.3)
Check IPV6
Submitted by
anonymous
-
9 years ago
1
Find src referance
PCRE (PHP <7.3)
no description available
Submitted by
Hiplobbe
-
9 years ago
1
read zip and location from string
ECMAScript (JavaScript)
exact 5 digits followed by string (city)
Submitted by
moritz
-
9 years ago
1
shopware-article-number
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Extensão do arquivo.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
(Last modified 9 years ago)
1
NovellLoginTime
PCRE (PHP <7.3)
Strip everything but date from Novell LDAP lastLoginTime field.
Submitted by
anonymous
-
9 years ago
1
Date Regex
PCRE (PHP <7.3)
Find a date formated M/d/yyyy.
Submitted by
anonymous
-
9 years ago
1
estrutura de contas
PCRE (PHP <7.3)
9.99.99.9999
Submitted by
anonymous
-
9 years ago
1
lesson5
PCRE (PHP <7.3)
lesson5
Submitted by
kirkhanson
-
9 years ago
1
java
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Date Validator Pattern
PCRE (PHP <7.3)
Validates dd-Month-year patterns
Submitted by
Ami
-
9 years ago
1
Detect russian patronymic in Full name
PCRE (PHP <7.3)
This regex can be used for removing patronumic from full name string in any posidion (start, end or middle)
Submitted by
CyberLight
-
9 years ago
1
TCMB Evds döviz kurları
PCRE (PHP <7.3)
Parses exchanges rates offical from Turkish Central Bank TCMB Source: http://evds.tcmb.gov.tr/fame/webfactory/evdpw/rpt/1652.html
Submitted by
yasin inat
-
9 years ago
1
IME14
ECMAScript (JavaScript)
Remove RJN.P and LALT.OQ
Submitted by
HZ
-
9 years ago
1
s
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
RFC VALIDATOR
PCRE (PHP <7.3)
PERSONAL NUMBER TO PAY TAXES IN MEXICO
Submitted by
GORETTI
-
9 years ago
1
...
670
671
672
673
674
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9
\)\(
\s
+-
]
+
(
\s
?
(?:
x
|
extension
|
ext
\.
)
\s
?
[
0
-
9-
]
+
)?
$
/
gmi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago