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 5,520 community submitted regex patterns...
0
Lab1 compact
Python
no description available
Submitted by
anonymous
-
7 years ago
0
extract cLasses ◂ outerHTML
ECMAScript (JavaScript)
An exhibit of Markdown This note demonstrates some of what Markdown is capable of doing. Note: Feel free to play with this page. Unlike regular notes, this doesn't automatically save itself. ...
Submitted by
anonymous
-
7 years ago
0
Match all lowercase consonants
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mocha Atom Build system Regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mocha Atom Build system Regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
html link finder
Python
For Object Orientated Programming p188 case study. Finds tag links in str representation of html.
Submitted by
anonymous
-
7 years ago
0
Commit GitLab
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
中英文 特殊字符 30位
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
中英文 特殊字符 30位
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Detect non-ASCII characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
task6
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
StringUtils is blank
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
data(yyyy-mm-dd)
Python
no description available
Submitted by
anonymous
-
7 years ago
0
ID15
Python
no description available
Submitted by
anonymous
-
7 years ago
0
password
Python
no description available
Submitted by
anonymous
-
7 years ago
0
email
Python
no description available
Submitted by
anonymous
-
7 years ago
1
Months Regex
ECMAScript (JavaScript)
For Month Verification Works for January / Jan / Jan.
Submitted by
F0123X
-
7 years ago
0
JS ErrorParsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
Extract URL, FTP, Mailto
ECMAScript (JavaScript)
extract url such as http, https:, ftp and mailto from a string
Submitted by
Kumar Sundaram
-
7 years ago
0
Extract URL from a text / String
ECMAScript (JavaScript)
Extract an URL from a text / String. This one will extract multiple instances
Submitted by
Kumar Sundaram
-
7 years ago
1
...
175
176
177
178
179
...
276
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