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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 11,900 community submitted regex patterns...
0
Stroller PDP's : France, Sweden, Italy, Austria, Belgium, Ireland, Finland, Czechia, Denmark, Slovakia, Portugal, Croatia, Hungary, Luxemboorug, Slove
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Name Soname
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Meta-Tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Extract words between ":" and "-"
PCRE (PHP <7.3)
extract string between strings
Submitted by
anonymous
-
4 years ago
0
get child configs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
google font downloader
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
google font css url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PHP Linting - Regex to bring curly brace next to control structure instead than on new line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
decode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
One parentheses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
What You Want to match? (Only ") OR CHARECTERS BETWEEN " ????
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
RAMESH IS RAMESH ??
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Autonote.json matching
PCRE (PHP <7.3)
Matches most of the Open Dental autonote.json exports for shifting text around
Submitted by
anonymous
-
4 years ago
0
m3u parser (bruh)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Emoji Identifier
PCRE (PHP <7.3)
Regex encontrara aqui: https://stackoverflow.com/a/20208095
Submitted by
anonymous
-
4 years ago
0
one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Acceptable text input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
A4Cpfl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
sentence selection with specific words in proximity
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
460
461
462
463
464
...
595
Additional
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)