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
[Help] - need full match of a non valid comment blocks
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Join text to groups
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Quintiq Logging
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Quintiq Logging
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
oakjson parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
TEST
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
DATETIMESTAMP MISAHIN DATE - TIME
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
highlighting with punctuation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
track back positive
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
boundary - check only words in text
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Policy numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
boundary - check only words in text - Another version
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CSS with [__canvas]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Match any json content-type
PCRE (PHP <7.3)
This regex matches any json http content-type.
Submitted by
anonymous
-
5 years ago
0
Non-parseFloat-able
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ParseFloat-able
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Valid number format for input field (string)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
URI/URL
PCRE (PHP <7.3)
no description available
Submitted by
github.com/Dibasic
-
5 years ago
0
Spanish number plate with hyphens (EU format)
ECMAScript (JavaScript)
Example: 1234-BBB
Submitted by
anonymous
-
5 years ago
0
Equality Expression Supporting Signed Numbers and Decimal
PCRE (PHP <7.3)
Finds the components of an equality expression, expecting =,,>=,!= followed by an optionally signed number where the number can be an integer or a decimal (not considered a match if multiple decimals are found)
Submitted by
anonymous
-
5 years ago
1
...
598
599
600
601
602
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
A
-
IK
-
PR
-
VZ
]
{2}
|
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
A
-
IK
-
PR
-
VZ
]
{2}
[
\s
-
]
{0,1}
[
0
-
9
]
{2}
|
[
A
-
IK
-
PR
-
WYZ
]
{2}
[
\s
-
]
{0,1}
[
0
-
9
]
{2}
[
\s
-
]
{0,1}
[
A
-
IK
-
PR
-
WYZ
]
{2}
/
gm
Open regex in editor
Description
Regex to recognize Vehicle License Plates in Portugal
Submitted by
anonymous
-
5 years ago