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,460 community submitted regex patterns...
0
Practice email validation
ECMAScript (JavaScript)
Solves the practice problem from https://www.sitepoint.com/learn-regex/
Submitted by
Nhi Mai-Do
-
4 years ago
0
Lookbehind
ECMAScript (JavaScript)
Example of how to pull a particular piece of the URL
Submitted by
DATA_GATA
-
4 years ago
0
email address
ECMAScript (JavaScript)
email address regex
Submitted by
anonymous
-
4 years ago
0
Trailing dot removal after number sequence
ECMAScript (JavaScript)
The capture group returns only a number with a dot if it has decimal digits, otherwise it is treated as an integer. 1.1 => 1.1 1\. => 1
Submitted by
Stefa168
-
4 years ago
0
Match URL or URI strings
ECMAScript (JavaScript)
Reference: https://stackoverflow.com/a/34669019/369727
Submitted by
https://danlevy.net/
-
4 years ago
0
Setup php source extension regex
ECMAScript (JavaScript)
Setup php source extension regex
Submitted by
anonymous
-
4 years ago
0
10 digit phone number
ECMAScript (JavaScript)
Phone number regex
Submitted by
anonymous
-
4 years ago
0
Remove bold surrounding italic
ECMAScript (JavaScript)
Remove bold surrounding italic
Submitted by
anonymous
-
4 years ago
0
Get URL inside parentheses
ECMAScript (JavaScript)
got it from here [Regex to match URL, ends up matching URL plus closing brackets when URL is between brackets [duplicate]](https://stackoverflow.com/questions/60476363/regex-to-match-url-ends-up-matching-url-plus-closing-brackets-when-url-is-betwe)
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
CSV to Array
ECMAScript (JavaScript)
Captures a line of a CSV into a individual values.
Submitted by
Samuel Molinski
-
4 years ago
0
CTS Non zero
ECMAScript (JavaScript)
CTS Non zero regex
Submitted by
anonymous
-
4 years ago
0
sentence break
ECMAScript (JavaScript)
breaks the blobs into sentences
Submitted by
Imran A
-
4 years ago
0
YAML Textmate Grammar - Name Property Hoister
ECMAScript (JavaScript)
YAML Textmate Grammar - Name property hoister Moves a later name key value pair in multi-value block map definition to the top of its body (e.g. value with - prefix), easily changable to other keys and indent levels. Details/Notes on Modification ...
Submitted by
disk0
-
4 years ago
0
ECMAScript - Variable Identifier
ECMAScript (JavaScript)
Any valid ECMAScript identifier name
Submitted by
disk0
-
4 years ago
0
提取特殊字符中间内容
ECMAScript (JavaScript)
用于提取特殊字符中间内容
Submitted by
lqzo
-
4 years ago
0
Parsed PGN
ECMAScript (JavaScript)
In my use case, I had to parse PGN this way for my book opening apps. Transformed result later { 1: { black: 'c6'...
Submitted by
Muhammad Surga Savero
-
4 years ago
0
discord gift
ECMAScript (JavaScript)
detects links from discord.com/gifts discord.gift/
Submitted by
padero
-
4 years ago
0
Number Parsing w/ Scientific Support
ECMAScript (JavaScript)
Capture a number out of a string. Supports positive/negative, decimal, and Scientific Notation
Submitted by
Brombomb
-
4 years ago
0
test
ECMAScript (JavaScript)
f
Submitted by
anonymous
-
4 years ago
0
email validation
ECMAScript (JavaScript)
check valid email
Submitted by
anonymous
-
4 years ago
1
...
143
144
145
146
147
...
173
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
[^
".”()
\d
]
?
(
\.
{1}
\s
?
)
[^
".”()
\s
]
.
/
g
Open regex in editor
Description
breaks the blobs into sentences
Submitted by
Imran A
-
4 years ago