Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 5,700 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Zip Code Germany, Austria, Switzerland, Netherlands
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-21 10:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Straßenname Germany, Austria, Switzerland, Netherlands
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-21 08:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
html tag grabber
ECMAScript (JavaScript)
using group
Submitted by
anonymous
-
4 years ago
2019-10-19 08:38
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
look ahead and look behind
ECMAScript (JavaScript)
find number in string with look behind and look ahead
Submitted by
anonymous
-
4 years ago
2019-10-19 08:36
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
移除小程序云函数栈日志中的无效行
ECMAScript (JavaScript)
使其更已读
Submitted by
anonymous
-
4 years ago
2019-10-19 08:13
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
移除小程序云函数栈日志中的无效行
ECMAScript (JavaScript)
使其更已读
Submitted by
anonymous
-
4 years ago
2019-10-19 07:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Check & parse Azure Blob Storage URL for CFE
ECMAScript (JavaScript)
Check and parses a URL to identify following segments: azurePrefix : fix segment identifying the origin of the message. It includes Azure Blob Storage account name. containerId: Identifier of the container. It'll allow to find Sic & tenant to drive the to the right place. inDir : Internal use. path:...
Submitted by
anonymous
-
4 years ago
2019-10-18 16:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Saas Path Parser
ECMAScript (JavaScript)
Analyze a text looking for a Saas path (in CFE context). It should identify following groups: saasPrefix sicTenant Id sicTenantOrContainerId (If containerId is not present, SicTenant will come here)...
Submitted by
Xvi
-
4 years ago
2019-10-18 12:55
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Us phone regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-16 13:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Captures only numbers with 2+ digits and excluding prefix 0's
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-16 11:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Tests string if it is a valid number with or without its unit
ECMAScript (JavaScript)
Useful when working with css
Submitted by
anonymous
-
4 years ago
2019-10-16 09:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Code couleur en hexadécimal
ECMAScript (JavaScript)
#(([0-9A-F]{6})|([0-9a-f]{6}))
Submitted by
anonymous
-
4 years ago
2019-10-14 15:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Code couleur en hexadécimal
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-14 15:28
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
no double spaces / leading / trailing spaces
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-14 11:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
saily find coords
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-12 16:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
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
-
4 years ago
2019-10-08 06:27
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Normal Amounts
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-07 15:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
useTranslation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-05 11:01
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Spanish number plate with hyphens (EU format)
ECMAScript (JavaScript)
Example: 1234-BBB
Submitted by
anonymous
-
4 years ago
2019-10-04 10:20
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Valid number format for input field (string)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-10-03 16:53
1
...
177
178
179
180
181
182
183
...
285
Emoji escaper
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
[
\uE000-\uF8FF
]
|
\uD83C
[
\uDC00-\uDFFF
]
|
\uD83D
[
\uDC00-\uDFFF
]
|
[
\u2011-\u26FF
]
|
\uD83E
[
\uDD10-\uDDFF
]
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2019-01-30 15:23