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
Email Last Hop v6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
B-Online Services
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
[code vba] pad string lines with space p1
PCRE (PHP <7.3)
This two-step find-replace routine is intended create string vars from text like this: original text: This is A block of text I want to move To my code...
Submitted by
anonymous
-
6 years ago
0
[code vba] pad string lines with space p1
PCRE (PHP <7.3)
This two-step find-replace routine gets you from MAX( MAX( MAX( to exprS = exprS & TrimRight("MAX( ") & _...
Submitted by
anonymous
-
6 years ago
0
[code vba] pad string lines with space p2
PCRE (PHP <7.3)
This two-step find-replace routine gets you from MAX( MAX( MAX( to exprS = exprS & TrimRight("MAX( ") & _...
Submitted by
anonymous
-
6 years ago
0
align text in columns p1
PCRE (PHP <7.3)
part 1 of two-step replacement routine: before: abc def gh gk n opq after:...
Submitted by
anonymous
-
6 years ago
0
align text in columns p2
PCRE (PHP <7.3)
part 2 of two-step replacement routine: before: abc def gh gk n opq after:...
Submitted by
anonymous
-
6 years ago
0
align text in columns p2
PCRE (PHP <7.3)
part 2 of two-step replacement routine: before: abc def gh gk n opq after:...
Submitted by
anonymous
-
6 years ago
0
#coordinates
Python
no description available
Submitted by
anonymous
-
6 years ago
0
fetch name and other details
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Capturar familia
PCRE (PHP <7.3)
Captura la familia de las motos Ducati
Submitted by
anonymous
-
6 years ago
0
Captura Modelo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove all special characters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Universal gds parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex npvr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex npvr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
proximity search
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Advent of Code 2018 - Day 4 - Guard ID
PCRE (PHP <7.3)
This regex is created to match Guard IDs
Submitted by
anonymous
-
6 years ago
0
sklad
PCRE (PHP <7.3)
/\..{0,}? /
Submitted by
anonymous
-
6 years ago
1
...
526
527
528
529
530
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
Representatives:
\s
+
(?<rep_name>
.
*
)
\(
.
*
\)
\s
+
(
(?<rep2_name>
.
*
)?
\s
+
\(
)?
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago