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
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
-
5 years ago
0
oniguruma source group capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
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
-
5 years ago
0
Test - Basic Syntax
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
移除小程序云函数栈日志中的无效行
ECMAScript (JavaScript)
使其更已读
Submitted by
anonymous
-
5 years ago
0
html tag grabber
ECMAScript (JavaScript)
using group
Submitted by
anonymous
-
5 years ago
0
Straßenname Germany, Austria, Switzerland, Netherlands
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Zip Code Germany, Austria, Switzerland, Netherlands
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Belgian PhoneNumber
ECMAScript (JavaScript)
Validates both mobile and landlines allows forward slash and dots according to common conventions among the people
Submitted by
anonymous
-
5 years ago
0
TEST IP
PCRE (PHP <7.3)
Проверка правильности ввода IP адреса
Submitted by
anonymous
-
5 years ago
0
RoomRegex mit Kantinennischen - liberal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
URN - Uniform Resource Name
PCRE (PHP <7.3)
RFC 2141 - https://www.ietf.org/rfc/rfc2141.txt
Submitted by
anonymous
-
5 years ago
0
Get the HTML table tag and all contained content
PCRE (PHP <7.3)
no description available
Submitted by
Pedro Marcelo de Sá Alves
-
5 years ago
0
Coding Kata Exercise #1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ISAN/ISMN/ISRN/ISWC
ECMAScript (JavaScript)
Combined patterns for ISAN, ISMN, ISRN and ISWC to distinguish them for BibLaTeX output.
Submitted by
anonymous
-
5 years ago
0
Discord Invite link pattern
Python
This pattern matches Discord invite links and provides capturing groups for everything.
Submitted by
anonymous
-
5 years ago
0
HTML Charset Match
PCRE (PHP <7.3)
Matches the Character Set of a string. Written for HTML.
Submitted by
anonymous
-
5 years ago
0
JSON field value grabber
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Date Input mask expression
ECMAScript (JavaScript)
An expression to test weather or not to add a / when entering in dates
Submitted by
anonymous
-
5 years ago
0
video img
ECMAScript (JavaScript)
/\/g
Submitted by
anonymous
-
5 years ago
1
...
608
609
610
611
612
...
900
Community Library Entry
0
Regular Expression
Golang
`
ул
(
ица
|
\.
)?
+
гранатная
*
(
,
|
\.
|
\r
|
\n
|
$
)
|
ул
(
ица
|
\.
)?
+
гранатная
+
(
7а
(
+
(
к3
)
)?
)
*
(
,
|
\.
|
\r
|
\n
|
$
)
`
gim
Open regex in editor
Description
Address check
Submitted by
anonymous
-
3 years ago