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
structs c
Python
test struct c regex
Submitted by
anonymous
-
3 years ago
0
buy_range_regex
ECMAScript (JavaScript)
Regex to grab range values from a crypto telegram signal
Submitted by
wandersonsousa
-
3 years ago
0
SemVer with Tags
PCRE (PHP <7.3)
SemVer with Tags
Submitted by
Umair Malik
-
3 years ago
0
Polarization
PCRE2 (PHP >=7.3)
Polarization
Submitted by
anonymous
-
3 years ago
0
Select commans only outside parenthesis
PCRE2 (PHP >=7.3)
Select commans only outside parenthesis
Submitted by
Urio
-
3 years ago
0
крон для отчетов
PCRE2 (PHP >=7.3)
поиск всех кронов
Submitted by
anonymous
-
3 years ago
0
крон
PCRE2 (PHP >=7.3)
поиск всех кронов
Submitted by
anonymous
-
3 years ago
0
acept degrees C or F
PCRE2 (PHP >=7.3)
filter entry to convert degrees F or C with sign or not with decimals or not ,,,
Submitted by
anonymous
-
3 years ago
0
finds places to put points or comas or separators between groups of 3 digits in long numbers
PCRE2 (PHP >=7.3)
Help to read numbers in groups of three digits to count thousands, millions, thousands of millions, billions thousands of billions trillions thousands of trillions ... like the Avogadro's number or all the money spent by world to make weapons (used or not)
Submitted by
anonymous
-
3 years ago
0
Learn basic regex
PCRE2 (PHP >=7.3)
Basic regex
Submitted by
anonymous
-
3 years ago
0
regex email
PCRE2 (PHP >=7.3)
check email
Submitted by
anonymous
-
3 years ago
0
regex check phone number
PCRE2 (PHP >=7.3)
regex check phone number
Submitted by
anonymous
-
3 years ago
0
regex score
PCRE2 (PHP >=7.3)
regex score
Submitted by
anonymous
-
3 years ago
0
regex name customer
PCRE2 (PHP >=7.3)
regex name customer
Submitted by
anonymous
-
3 years ago
0
Lua Comment RegEx
Java 8
matches lua comments
Submitted by
Fiereu
-
3 years ago
0
Change ref to eqref in LaTeX
PCRE2 (PHP >=7.3)
Change ref to eqref in LaTeX
Submitted by
Jeppe Vinkel Beier
-
3 years ago
0
Password Validation
Python
8 char 1 special char 1 number char 1 lower char 1 upper char
Submitted by
you
-
3 years ago
(Last modified 3 years ago)
0
Telegram profile url validation
PCRE (PHP <7.3)
see testing
Submitted by
anonymous
-
3 years ago
0
Telegram joinchat url validation
PCRE (PHP <7.3)
see testing
Submitted by
anonymous
-
3 years ago
0
Media Tagger - Remove Square Brackets
PCRE2 (PHP >=7.3)
Remove square brackets from Track number and optionally remove Artist Name from Title.
Submitted by
António Cruz
-
3 years ago
1
...
466
467
468
469
470
...
900
Community Library Entry
13
Regular Expression
ECMAScript (JavaScript)
/
^
\$
?
(
[
0
-
9
]
{1,3}
,
(
[
0
-
9
]
{3}
,
)*
[
0
-
9
]
{3}
|
[
0
-
9
]
+
)
(
\.
[
0
-
9
]
[
0
-
9
]
)?
$
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago