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
Drupal cid from URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Basis-Tricks with capture group-Create and exclude
PCRE (PHP <7.3)
Create capture group - between (), and it shall not be a command Exclude capture group - write the pattern or the exact text/syntax without being sorrounded with ()
Submitted by
anonymous
-
4 years ago
0
WiKi Links without Headers
PCRE (PHP <7.3)
Includes Words, Digits, White Spaces, (, ), :, -, _
Submitted by
anonymous
-
4 years ago
0
Wiki Links Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Swing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Первая строка
ECMAScript (JavaScript)
Выделение первой строки комментария MODBUS таблицы
Submitted by
anonymous
-
4 years ago
0
Gastec Tubes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Gastec Improved V13
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
get specific portion from string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
extract text from quotes/symbols by select from a specific word/char to the first one char/symbol that will not be included
PCRE (PHP <7.3)
this allow you to start from a specific word and ends to a specific character for example to extract part of links that are between quotes or a part of code for example `` mine regex will allow you to extract and get only the mail/33/0_pan/asdgfjdh_0 part then by using ^ for the start line and $ for...
Submitted by
Timetraveler_1
-
4 years ago
0
get domain name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match the {{arg}} symbol in HTML string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Match the {}} symbol in HTML -- v1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
atnaUserID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
StackTrace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
val
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Additional Line To Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
UNAL validation mail
ECMAScript (JavaScript)
Validación de correo UNAL Validación del correo de la universidad Nacional mediante el uso de expresiones regulares.
Submitted by
anonymous
-
4 years ago
0
simple arithmetic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Nokia_inventario
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
712
713
714
715
716
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?!
00
.
0
|
0
.
0
)
[
0
-
9
]
{1,2}
\.
[
0
-
9
]
{1,2}
){1}
?
|
100
.
0
$
/
g
Open regex in editor
Description
floating numbers between 0-100 excluding 00
Submitted by
Rohit
-
4 years ago