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 12,160 community submitted regex patterns...
0
addrestest
PCRE2 (PHP >=7.3)
address java
Submitted by
anonymous
-
4 years ago
0
Date parser
PCRE2 (PHP >=7.3)
Some invalid dates are matched. For those, add control using java when parsed if number is greater than limit.
Submitted by
anonymous
-
4 years ago
0
Float
PCRE2 (PHP >=7.3)
Save float point number.
Submitted by
anonymous
-
4 years ago
0
The entire world and more
PCRE2 (PHP >=7.3)
matches only uppercase consonants really sure.
Submitted by
Doomject-Supreme
-
4 years ago
0
add interfaces to ef models
PCRE (PHP <7.3)
Use this to add interfaces to ef models using vs replace all with regex
Submitted by
anonymous
-
4 years ago
0
Migros_brackets
PCRE2 (PHP >=7.3)
Migros brackets
Submitted by
anonymous
-
4 years ago
0
Passwort-Validierung
PCRE2 (PHP >=7.3)
Eine einfache RegEx zur Validierung von Passwörtern mit folgenden Regeln: mind. eine Ziffer mind. ein Kleinbuchstabe mind. ein Großbuchstabe mind. ein Sonderzeichen (!?-_.:,;+*~#“'´`\\={}()\/&%$§)...
Submitted by
Ruben Winkler - Der ultimative Regular Expression Komplettkurs
-
4 years ago
(Last modified 4 years ago)
0
Zeichen (Literal Characters)
PCRE2 (PHP >=7.3)
Beispiel zur Lektion "Zeichen (Literal Characters)".
Submitted by
Ruben Winkler - Der ultimative Regular Expression Komplettkurs
-
4 years ago
0
Links in HTML
PCRE (PHP <7.3)
Example href="https://example.com"
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Vezetéknév
PCRE2 (PHP >=7.3)
Ellenőrzi a magyar ékezetes, kötőjeles, szóközzel vagy ponttal elválasztott neveket.
Submitted by
anonymous
-
4 years ago
0
Keresztnév ellenőrzés
PCRE2 (PHP >=7.3)
RegEx, ami a magyar ékezetes keresztneveket ellenőrzi.
Submitted by
anonymous
-
4 years ago
0
Wie arbeiten RegEx?
PCRE2 (PHP >=7.3)
Beispiel zur Lektion "Wie arbeiten RegEx?".
Submitted by
Ruben Winkler - Der ultimative Regular Expression Komplettkurs
-
4 years ago
0
IBAN Search
PCRE2 (PHP >=7.3)
with white space and capitals
Submitted by
anonymous
-
4 years ago
0
match @access phpdoc tags
PCRE2 (PHP >=7.3)
used for finding old skool @access tags in method phpdoc comments. any amount of whitespace can exist before * and before scope identifier examples: @access public...
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Year/Month/Day parser
PCRE2 (PHP >=7.3)
Parse the years/months/days from a string
Submitted by
anonymous
-
4 years ago
0
Convert list for use in SQL IN statement
PCRE2 (PHP >=7.3)
Just need to remove the last ,
Submitted by
Ian1971
-
4 years ago
0
owo/uwu/7w7
PCRE2 (PHP >=7.3)
detects this shit: owo uwu 7w7 unu 7n7...
Submitted by
padero
-
4 years ago
0
/static/ finder, for django replacement
PCRE2 (PHP >=7.3)
replace /static/ sources with the django {% static %} tags
Submitted by
anonymous
-
4 years ago
0
django /static/ to {% static %}
PCRE2 (PHP >=7.3)
replaces as said
Submitted by
anonymous
-
4 years ago
0
AEM - Author & Publisher - request.log - RegEx for SPLUNK fields
PCRE2 (PHP >=7.3)
RegEx to extract fields in SPLUNK for AEM Authors and Publishers for the request.log.
Submitted by
Robert Wunsch
-
4 years ago
(Last modified 4 years ago)
1
...
520
521
522
523
524
...
608
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
from
(
.
+
)
\(
(
.
+
)
\)
by
(
.
+
)
\.
(
hotmail
\.
com
|
outlook
\.
com
)
/
gm
Open regex in editor
Description
Parse Received header on email
Submitted by
anonymous
-
4 years ago