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
复杂正则
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
German vehicle registration incl. options
PCRE (PHP <7.3)
This regex validates German vehicle registration numbers. It includes 'H' for Oldtimers (Historic) and 'E' for electric. Futhermore it validates optional seasonal plates. For example for motorcycles or recreational vehicles.
Submitted by
awwillia
-
4 years ago
0
find and replace groups
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
obtener valor dentro de llaves
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Swap colon for semicolon in timecode
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Kodi extract image path from thumbnail
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Kodi favorite matcher
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
심차장님 정규식
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
-2
Eide Chrysler New Goal
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
calibre_metaplug_regex
Python
no description available
Submitted by
anonymous
-
4 years ago
0
convert non-absolute obsidian-links to relative epsilon-links in Android filesystem and mark them
PCRE2 (PHP >=7.3)
no description available
Submitted by
Benny Platte
-
4 years ago
0
convert absolute obsidian-links to absolute epsilon-links in Android filesystem
PCRE2 (PHP >=7.3)
no description available
Submitted by
Benny Platte
-
4 years ago
(Last modified 4 years ago)
0
Match URI with grouped URL syntaxes
ECMAScript (JavaScript)
Validate (although, not recommended) URI scheme, and separate the URI syntax with multiple groups.
Submitted by
outrowed
-
4 years ago
0
Floting numbers
PCRE (PHP <7.3)
floating numbers between 0-100 excluding 00
Submitted by
Rohit
-
4 years ago
0
reg
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
nums in filenames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
True Client IP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Find next line if currentline match pattern
PCRE (PHP <7.3)
useful to find when values are repeating in input
Submitted by
anonymous
-
4 years ago
0
vin
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
Is String having proper quotes around it
ECMAScript (JavaScript)
Language : Javascript Description : This will helpful for validating contents from a text editor where all the values are string and you need to verify that string must be a single string having quotes around it. Note : This regex is best applicable by trimming the string before checking with t...
Submitted by
PranomVignesh<pranomvignesh@gmail.com>
-
4 years ago
(Last modified 3 years ago)
1
...
246
247
248
249
250
...
900
Community Library Entry
-1
Regular Expression
PCRE2 (PHP >=7.3)
/
"
(
[^
"
]
+
)
"
/
g
Open regex in editor
Description
Select string between double quotes.
Submitted by
anonymous
-
a year ago