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,020 community submitted regex patterns...
0
clean regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
My script translator
PCRE (PHP <7.3)
pine script custom translator
Submitted by
Betty Megawati
-
7 years ago
0
regex 5000000 - 8999999
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
symbols and numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Plural (-zes)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Plural (-ies)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Tables in HTML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Caption in HTML table
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Embeding
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Email Client Quirks: Add spaces before !important where needed
ECMAScript (JavaScript)
no description available
Submitted by
Mike Kormendy
-
7 years ago
0
PHP Project HTML select
PCRE (PHP <7.3)
Takes a list of files in a PHP project, and, when run on each file path, ensures that it only selects HTML files created by the project. Useful for Percy builds and such. E.G: node_modules/index.html returns False index.html returns True test.php returns False
Submitted by
StellarDoor5319
-
7 years ago
0
How to find the 7rd occurrence of a pattern on a line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
date
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Breakup AggregationKey via Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ComplexURLMatching filename and extension
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
ComplexURLMatching filename and extension
ECMAScript (JavaScript)
no description available
Submitted by
lg
-
7 years ago
0
vmnames
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
MM regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex Caracteres Especiais
PCRE (PHP <7.3)
Regex para remover os caracteres especiais, deixando os numeros, caracteres de A-Z (maiusculo e minusculo) e os caracteres padroes do teclado, e espacos.
Submitted by
anonymous
-
7 years ago
0
Regex Caracteres Especiais
ECMAScript (JavaScript)
Regex para remover os caracteres especiais, deixando os numeros, caracteres de A-Z (maiusculo e minusculo) e os caracteres padroes do teclado, e espacos.
Submitted by
anonymous
-
7 years ago
1
...
447
448
449
450
451
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?P<deutsch>
(?:
(?P<subjekt>
(?:
in
\s
)?
(?:(?P<sich>
sich
)|
etw
\.
|
jd
[
mn
]
\.
)
)
\s
)*
(?P<wort>
[
\w
äÄéöÖüÜß
]
+
)
(?:
\s
(?:
(?P<rektion>(?:
von
|
für
|
an
)
\s
\(
(?:
Dat
|
Akk
)
\)
)
|
\(
(?P<extra>
[^
\)
]
+
)
\)
)
)*
)
\s
(?P<definition>
(?:
[
\w
áéíóöőúüűÁÉÍÓÖŐÚÜŰ
]
|
[
:,
\/\(\)
;
]
|
\-
\n
)+
)
$
/
gmX
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago