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
Degrees Minutes Seconds
PCRE (PHP <7.3)
Checks DMS given in Longitude / Latitude order
Submitted by
Anthony Giles
-
8 years ago
0
Decimal Degrees - Lat Long format
PCRE (PHP <7.3)
no description available
Submitted by
Anthony Giles
-
8 years ago
0
Degrees Decimal Minutes - Lat Long Format
PCRE (PHP <7.3)
no description available
Submitted by
Anthony Giles
-
8 years ago
0
Simple ES5 to ES6 Shorthand Function notation
PCRE (PHP <7.3)
Converts standard function(a,b) function notation into (a, b) => { shorthand for ES6.
Submitted by
Simon Poole
-
8 years ago
0
MyTelephoneNumberRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
PasswordVerification
PCRE (PHP <7.3)
Password expresion that requires one lower case letter, one upper case letter, one digit, 6-13 length and must start with a* letter.*
Submitted by
anonymous
-
8 years ago
0
Shortening Names: Capture a group between a white space and a comma.
PCRE (PHP <7.3)
For shortening names.
Submitted by
anonymous
-
8 years ago
0
Shortening Names: Erase everything between a white space and a comma.
PCRE (PHP <7.3)
This is useful for shortening names.
Submitted by
mglezsauri@gmail.com
-
8 years ago
0
Shorten Names: Delete everything but the First and Second Last Name
PCRE (PHP <7.3)
Useful for deleting extra last names before a comma.
Submitted by
mglezsauri@gmail.com
-
8 years ago
0
Shorten Names: Keep only one name before a comma.
PCRE (PHP <7.3)
no description available
Submitted by
mglezsauri@gmail.com
-
8 years ago
0
Больше 250
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match array parenthesis (without internal parentheses) and replace to square brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
VID file prognose
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Replace Array to Square Brackets with TableIdentifier situation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match Apache log line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Trim string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Mercedes-Benz redirection rules
PCRE (PHP <7.3)
Redirect a model to a new page, any language, any country. Desktop and mobile website. You might need to remove backslash in Umbraco redirect file
Submitted by
anonymous
-
8 years ago
0
Lockbox Sätze
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match Date strings in email body
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Shorten Names: Abbreviate everything before and after DE or DEL
PCRE (PHP <7.3)
no description available
Submitted by
mglezsauri@gmail.com
-
8 years ago
1
...
18
19
20
21
22
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
@
#<
(
\w
+
)
[^
>
]
*
class="
[^
>
]
*
(?<=
"
|
\s
)
kiwii-xxdark-gray
(?=
"
|
\s
)
[^
"
]
*
">
\s
*
(
\w
+
\s
+
\w
+
\s
+
)
(
<
(
\w
+
)
[^
<
]
*
>
)?
(?<name>
[^
<
]
*
?
)
(
<
[^
>
]
*
>
)?
\s
*
\w
+
:
?
\s
*
\d
+
/
\d
+
/
\d
+
@
gims
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago