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
NĂºmero al final de un string...
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
C++ R-String literal
PCRE (PHP <7.3)
Matches a valid C++ R-String literal, e.g. R"==(some literal text)=="
Submitted by
anonymous
-
7 years ago
0
Row without space
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract the only the Nth field from a delimited string
PCRE (PHP <7.3)
The aim of this regex is to extract only the Nth field from a delimited string. In the example provided the delimited is the pipe character. You will have to substitute the pipe character for whatever delimiter you are using.
Submitted by
0jag
-
7 years ago
0
Phone - Comprehensive from SO
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Phone - First Try
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex to capture any string having all given words
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Credit Card plus ***
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
nadirkitap-sayfabulma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
nadirkitap-detaybulma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Glide Elision (revised)
Python
no description available
Submitted by
anonymous
-
7 years ago
0
jira url parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Invalid Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Time Formatting
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Invalid Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Is Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Is Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Group Capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
40
41
42
43
44
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
(
\/\/
|
#
|
<!--
|
;
|
\s
?
\*
\s
?
|
^
|
^\s
*
(
-
|
\d
+
.
)
)
\s
*
(
NOTE
)
/
gm
Open regex in editor
Description
Little tweaks to highlight tags in docblock comments also:
/*
NOTE */
// NOTE: lorem ipsum
Submitted by
ced404
-
a year ago