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
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
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
JS Project Folder Name Match
Python
JS Project Folder Name Match
Submitted by
Yew Meng
-
4 years ago
0
Migros_brackets
PCRE2 (PHP >=7.3)
Migros brackets
Submitted by
anonymous
-
4 years ago
2
Links in string
ECMAScript (JavaScript)
Match links (emails included) in string Replace it with HTML links
Submitted by
David Folch Agulles
-
4 years ago
(Last modified 3 years ago)
0
OmegaT exercises
Java 8
OmegaT exercises
Submitted by
msoutopico
-
4 years ago
0
OmegaT exercise: separators in figures (en -> es)
Java 8
Replace thousand and decimal separators
Submitted by
anonymous
-
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
1
turkdevops
ECMAScript (JavaScript)
Türkiye Geliştirici Operasyonları
Submitted by
anonymous
-
4 years ago
1
re_ip
PCRE (PHP <7.3)
match IP:port in text
Submitted by
anonymous
-
4 years ago
0
discord markdown
ECMAScript (JavaScript)
it checkes for discord markdown examples includes: italic bold...
Submitted by
padero
-
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
1
MAC Address
Python
Match mac address with :, -, ., or no dividers.
Submitted by
Brandan Neises
-
4 years ago
0
Parsed PGN
ECMAScript (JavaScript)
In my use case, I had to parse PGN this way for my book opening apps. Transformed result later { 1: { black: 'c6'...
Submitted by
Muhammad Surga Savero
-
4 years ago
0
Float
PCRE2 (PHP >=7.3)
Save float point number.
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
addrestest
PCRE2 (PHP >=7.3)
address java
Submitted by
anonymous
-
4 years ago
0
regex to check array field with true, false value
PCRE2 (PHP >=7.3)
'active' => true; 'active'=> true; 'active' =>true; 'active'=>true; 'active' => false; 'active'=> false;...
Submitted by
Saurabh
-
4 years ago
0
AssemblyVersion\("([a-zA-Z0-9.-_]+)"\)
PCRE2 (PHP >=7.3)
AssemblyVersion\("([a-zA-Z0-9.-_]+)"\)
Submitted by
anonymous
-
4 years ago
0
Expresíon para marca
Python
obtiene la marca de vehículos
Submitted by
Eduarco Baas Kauil
-
4 years ago
1
...
221
222
223
224
225
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(?:
(?P<unitType>
\b
UNIT
|
APARTMENT
)
\s
(?P<unitNumber>
\d
+
)
\s
?
)?
"
Open regex in editor
Description
PSMA interview code challenge
Submitted by
anonymous
-
5 years ago