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,020 community submitted regex patterns...
1
Unfallversicherung Unternehmensnummer (UNR.S)
PCRE2 (PHP >=7.3)
Unfallversicherung Unternehmensnummer (UNR.S) Dieser reguläre Ausdruck prüft, ob eine mögliche syntaktisch richtige Unternehmensnummer (UNR.S) vorliegt. Eine Unternehmensnummer je Unternehmen ersetzt ab dem 01.01.2023 die vielen Systeme von Mitgliedsnummern bei Berufsgenossenschaften, der Sozialve...
Submitted by
Benjamin Butschko (LOHNunion GmbH)
-
2 years ago
0
NIgerian International number (no spaces)
PCRE2 (PHP >=7.3)
Helps validate nigerian number in international format
Submitted by
Jeremiah Olisa
-
2 years ago
0
E-mail
PCRE2 (PHP >=7.3)
Curso de regex
Submitted by
anonymous
-
2 years ago
0
Detect jQuery resource from HTML
PCRE2 (PHP >=7.3)
Detect jQuery resource from HTML
Submitted by
anonymous
-
2 years ago
0
ipv4
PCRE2 (PHP >=7.3)
curso de regex
Submitted by
anonymous
-
2 years ago
0
Telefone
PCRE2 (PHP >=7.3)
Curso regex
Submitted by
anonymous
-
2 years ago
0
Extract String Between Two Strings - Named
PCRE2 (PHP >=7.3)
Extract String Between Two Strings - Named
Submitted by
anonymous
-
2 years ago
0
Extract String Between Two Strings
PCRE2 (PHP >=7.3)
Objective - Extract the task id from logs Regex (?<=id=)(.*)(?=} Task)
Submitted by
anonymous
-
2 years ago
0
Checks filename extension
PCRE2 (PHP >=7.3)
Used to validate the results obtained from path.extname()
Submitted by
dmtinkdev
-
2 years ago
0
decamelize
PCRE (PHP <7.3)
pascal case to snake case
Submitted by
anonymous
-
2 years ago
0
E-mail
PCRE2 (PHP >=7.3)
Curso Regex
Submitted by
anonymous
-
2 years ago
0
CPF
PCRE2 (PHP >=7.3)
Desafio - 2 curso Regex
Submitted by
anonymous
-
2 years ago
0
datecheck
Python
expression pour checker les dates
Submitted by
anonymous
-
2 years ago
0
Desafio01
PCRE2 (PHP >=7.3)
Curso do Leitão
Submitted by
anonymous
-
2 years ago
0
Link Matcher v1
Java 8
The link matcher regex currently matches the most common types of links. *Removed other links
Submitted by
IkeVoodoo
-
2 years ago
(Last modified 2 years ago)
1
[\p{Sc}\p{So}\p{Mn}\p{P}\p{Z}À-ÿ]
PCRE2 (PHP >=7.3)
[\p{Sc}\p{So}\p{Mn}\p{P}\p{Z}À-ÿ]
Submitted by
anonymous
-
2 years ago
2
Ultimate markdown parser
ECMAScript (JavaScript)
In order to neasting parsing work you need to run this regex multiple times on same target.
Submitted by
Mateusz Budzisz
-
2 years ago
1
UNC Path Component Validation - Sharename
.NET 7.0 (C#)
There are specific requirements for the different components of a UNC path. While it's possible to try and validate the entire UNC path in one go, you quite often end up needing to break the path down anyway unless simply handing it off to some other library (in which case they should be providing v...
Submitted by
thejamesdecker
-
2 years ago
0
Find an SVG constructed in javascript nuxt
ECMAScript (JavaScript)
Find an SVG constructed in javascript nuxt
Submitted by
Ray
-
2 years ago
0
UK Phone Number
ECMAScript (JavaScript)
Check for varied prefixes, followed by a suffix of exactly 9 digits
Submitted by
anonymous
-
2 years ago
1
...
87
88
89
90
91
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
<Reference
Include="
)
(
DevExpress
\.
\D
+
\.
v14
\.
1
)
(
,
Version=14
\.
1
\.
10
\.
0,
Culture=neutral,
PublicKeyToken=
\S
+
,
processorArchitecture=MSIL">
)
[
\r\n\s
]
*
(
<SpecificVersion>False<
\/
SpecificVersion>
)
[
\r\n\s
]
*
(
<
\/
Reference>
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago