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 3,560 community submitted regex patterns...
0
CRON Expression Regex
ECMAScript (JavaScript)
Any Number Allow range 12-34 some special characters Only W and L alphabet for demo use.
Submitted by
anonymous
-
5 years ago
0
email - javascript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
email v2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Qualitel phone matches
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Correct Sentence
ECMAScript (JavaScript)
A string is said to be a correct sentence if it starts with the capital letter and ends with a full stop
Submitted by
anonymous
-
5 years ago
0
region find
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
tag innerhtml
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
get inner
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Data
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
email with utf8
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Nombres Propios
ECMAScript (JavaScript)
Comprobará si es un nombre propio o no, ya sea nombre, ciudad, país... etc.
Submitted by
anonymous
-
5 years ago
0
IPv4
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Date dd.mm.1900-2039
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
commitizen
ECMAScript (JavaScript)
cz regex
Submitted by
anonymous
-
5 years ago
0
get image tag from string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
get src from img tag
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
JS comments remove
ECMAScript (JavaScript)
All types
Submitted by
piterden
-
3 years ago
(Last modified 3 years ago)
0
Connect URI replacement
ECMAScript (JavaScript)
Replaces strings matching a URL pattern
Submitted by
anonymous
-
5 years ago
0
URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Phone Number Pattern for Sofia
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
120
121
122
123
124
...
178
Community Library Entry
0
Regular Expression
.NET 7.0 (C#)
@"
(?<!
^
)
(?=
[
A
-
Z
]
[
a
-
z
]
)
|
(?<=
[
a
-
z
]
)
(?=
[
A
-
Z
]
)
"
g
Open regex in editor
Description
Splits camel-case string and preserves acronyms
Submitted by
Tyler S.
-
a year ago