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,940 community submitted regex patterns...
0
[Help] - need full match of a non valid comment blocks
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
highlighting with punctuation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Non-parseFloat-able
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ParseFloat-able
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Valid number format for input field (string)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Spanish number plate with hyphens (EU format)
ECMAScript (JavaScript)
Example: 1234-BBB
Submitted by
anonymous
-
5 years ago
0
useTranslation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Normal Amounts
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Find Capture groups in RegExp Source
ECMAScript (JavaScript)
Find all capture groups in RegExp source. All forms of None-capture groups are ignored. name of named capture group will be captured by the name "name" which is group[2].
Submitted by
anonymous
-
5 years ago
0
Report url regex
Golang
/ui_tests/master/28c6f611
Submitted by
anonymous
-
5 years ago
0
Datamatrix - N° de série
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Чистка телефонов (оставить только цифры и переносы строки)
Python
no description available
Submitted by
anonymous
-
5 years ago
0
mongo db email validation
Golang
email validation based on the restrictions for entering email adresses into a mongo db email field.
Submitted by
levire.com
-
5 years ago
0
whatsaapDate
Python
dd/mm/yyyy
Submitted by
anonymous
-
5 years ago
0
WhatsappMsgParser
Python
This Regex parse whats-app messages to 4 groups: Group1- Date (dd/mm/yyyy) Group2- Time (hh:mm) Group3- Author/Sender (name or phone number) Group4- Chat (actual chat data)
Submitted by
anonymous
-
5 years ago
0
National interstate ins row re
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Extract version strings from AssemblyInfo.cs
Python
Multiline support. Requires correct syntax of Assembly*. Ignores comments
Submitted by
anonymous
-
5 years ago
0
xray - Filter
Python
no description available
Submitted by
anonymous
-
5 years ago
0
nba
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Find Field Between Two Tokens
Python
Find Field Between Two Tokens
Submitted by
anonymous
-
5 years ago
1
...
190
191
192
193
194
...
297
Community Library Entry
-1
Regular Expression
Java 8
"
import
\s
+
[
'
\"
]
(?!
package:
)
(?<importPath>
.
*
?
)
[
'
\"
]
"
gmi
Open regex in editor
Description
find dart relative import path
Submitted by
sagarpanchal
-
a year ago