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,720 community submitted regex patterns...
0
Any letter finder
Python
This regex, by me, finds any letter, and may include: Emojis: 🥺 Miscallenious symbols and letters: Şâď Kaomojis: (T෴T ^^) And more: …
Submitted by
Rix The Regex Maker
-
3 years ago
0
slovak and czech phone numbers
Python
Slovak and czech phone numbers. 0908312334 +421908332314 004219126559874 +420987654321...
Submitted by
Adrián
-
3 years ago
0
English/Hebrew Text (no numbers)
ECMAScript (JavaScript)
Detects English & Hebrew text, but no numbers. Number detection could easily be added, as well as many other configurations. The main point here is that \p{Hebrew} is a very pretty way to include Hebrew characters.
Submitted by
MegaSpaceHamlet
-
3 years ago
0
Parse number and street from street address
ECMAScript (JavaScript)
Uses ECMAScript to parse the number and street from a street address.
Submitted by
Wiktor Stribiżew
-
3 years ago
0
JSON string
Python
Can process a JSON string
Submitted by
Mass
-
3 years ago
(Last modified 3 years ago)
0
Domain Matching
Python
Avoids false positives
Submitted by
Sly
-
3 years ago
(Last modified 3 years ago)
0
Godot REPL Plugin - (String Literal) Load Expression
ECMAScript (JavaScript)
Loose matching of load statements, capturing the path parameter in the path capture group. load('./scene.tscn') load('path/to/resource.tres') load("path/to/file.gd") `
Submitted by
disk0__
-
3 years ago
0
json digit
Python
parses a json digit such as: 1, 1.0, -1, -1.0, -1.0E-1, etc.. rejects digits such as: ...
Submitted by
Mass
-
3 years ago
0
HTML Scraping: Yelp Reviews
Python
'''(\d).[\s\S]?([\s\S]?)[\s\S]?title="(\d.\d)[\s\S]?(\d)\sreviews[\s\S]?range">(\$)'''gm
Submitted by
anonymous
-
3 years ago
0
cisco cat3650cx & cat1000 'show power inline'
Golang
Matching show power inline output on cat1000 & cat3560cx
Submitted by
me
-
3 years ago
0
css filter property
ECMAScript (JavaScript)
Extracting functions from filter css property https://developer.mozilla.org/en-US/docs/Web/CSS/filter
Submitted by
Roko
-
3 years ago
0
PhoneNumbers with special characters
Python
This will help with phone numbers where you want the numbers but not necessarily all the special characters
Submitted by
anonymous
-
3 years ago
0
Validate Phone number
Python
Validate Phone number
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Cloudwatch Insights ENI Flow Logs
ECMAScript (JavaScript)
This will pull out the source, destination IP addresses and the destination port from a default ENI flow log entry.
Submitted by
Abram Flansburg
-
3 years ago
(Last modified 3 years ago)
0
regex-symbols
ECMAScript (JavaScript)
Regex symbols emoji
Submitted by
Thaile
-
3 years ago
0
千分位分隔符
ECMAScript (JavaScript)
千分位的分隔符
Submitted by
anonymous
-
3 years ago
0
Split words in brackets
Golang
Split words in brackets
Submitted by
ugurakcil
-
3 years ago
0
AnotherURLMatcher
Python
Just another URL patron matcher
Submitted by
me
-
3 years ago
(Last modified 3 years ago)
0
match first lowercase letter of every word
ECMAScript (JavaScript)
match first lowercase letter of every word
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
XML Parsing for IE<9
ECMAScript (JavaScript)
All my marbles are gone.
Submitted by
Odd Stråbø
-
3 years ago
(Last modified 3 years ago)
1
...
250
251
252
253
254
...
286
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(?<=
utm_campaign=
\w
*
)
[^
_
]
+
/
g
Open regex in editor
Description
For Mike Griffin
Submitted by
anonymous
-
3 years ago