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,040 community submitted regex patterns...
1
find widget.method name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Section match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2
Matching Character Class Transitions (customization of \b)
PCRE (PHP <7.3)
\b can be replicated as (?<=\w)(?=\W)|(?<=\W)(?=\w) Understanding how to create these class transitions can be beneficial for several reasons. In this instance, counting the results of this regex can be used to measure randomness within strings containing multiple character classes.
Submitted by
@notGeorgePBurdell
-
7 years ago
0
Minidiags Regex
Python
Regex to parse ETS364 Minidiags. 9C RELAY, VI to BUSA Open, K4A2 or K5A2, I2 Chan2 EXP= 20.000 +/-0.600mA ACT= 19.998mA RES=APU12 34/p2 SN: 1967 9C RELAY, VI to BUSB Open, K4A2 or K6A2, V1 Chan2 EXP= 2.00000 +/-0.057 V ACT= 1.99993 V RES=APU12 34/p2 SN: 1967 9C RELAY, V...
Submitted by
anonymous
-
7 years ago
0
pageupload
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Remove <style>,<script> and inline styles from HTML
ECMAScript (JavaScript)
Easy remove any , tag and inline styles for clean code
Submitted by
Patryk Padus
-
7 years ago
(Last modified a year ago)
0
SWAT2 regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Ausblick Verben
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
5 Char Upper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Linux Routing Table
PCRE (PHP <7.3)
Allows you to retrieve information from the linux command route -n directly from your PHP code (or any other language). Example: 0.0.0.0 192.168.100.254 0.0.0.0 UG 100 0 0 enp2s0 10.8.0.1 10.8.0.109 255.255.255.255 UGH 0 0 0 tun0...
Submitted by
g4uti3r
-
7 years ago
0
split
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
All links in <a> tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lista Blanca y negra para redirecciones de CAS
PCRE (PHP <7.3)
no description available
Submitted by
Oxford Development
-
7 years ago
0
informativa [que]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Њ специјални случајеви >> НЈ
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
comment
Python
no description available
Submitted by
anonymous
-
7 years ago
0
JSON Request
Python
Obtem os valores de campo e valor de um JSON. Nao trata arrays, apenas objetos.
Submitted by
anonymous
-
7 years ago
0
Email Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
a1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Get Host from DNSNAMES.ORA
ECMAScript (JavaScript)
This expression gives me the hostname for a given schema
Submitted by
anonymous
-
7 years ago
1
...
543
544
545
546
547
...
902
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
P
(
(
\d
+
(
[
,
\.
]
\d
+
)?
Y
)?
(
\d
+
(
[
,
\.
]
\d
+
)?
M
)?
(
\d
+
(
[
,
\.
]
\d
+
)?
D
)?
(
T
(
\d
+
(
[
,
\.
]
\d
+
)?
H
)?
(
\d
+
(
[
,
\.
]
\d
+
)?
M
)?
(
\d
+
(
[
,
\.
]
\d
+
)?
S
)?
)?
$
)
|
(
\d
+
(
[
,
\.
]
\d
+
)?
W
$
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago