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
points ||
PCRE (PHP <7.3)
last sequence of numbers either starting with pts Pts or Overall Score
Submitted by
anonymous
-
4 years ago
0
points
PCRE (PHP <7.3)
last sequence of numbers
Submitted by
anonymous
-
4 years ago
0
raw values
PCRE (PHP <7.3)
second match in the object
Submitted by
anonymous
-
4 years ago
0
Variable-Hungara
PCRE (PHP <7.3)
Variable-Hungara
Submitted by
anonymous
-
4 years ago
0
THIS_IS_MY_MACRO
PCRE (PHP <7.3)
THIS_IS_MY_MICRO
Submitted by
anonymous
-
4 years ago
0
this_is_my_c_private_function
PCRE (PHP <7.3)
this_is_my_c_private_function
Submitted by
anonymous
-
4 years ago
0
This_Is_My_C_Public_Function
PCRE (PHP <7.3)
This_Is_My_C_Public_Function
Submitted by
anonymous
-
4 years ago
0
c_file_name
PCRE (PHP <7.3)
File name in c
Submitted by
anonymous
-
4 years ago
0
Números decimales
PCRE (PHP <7.3)
Expresión para controlar que la cadena es un número de hasta 8 dígitos con dos decimales, controla tb que el primer carácter no sea un 0
Submitted by
anonymous
-
4 years ago
0
Email validation regex
PCRE (PHP <7.3)
matches most fully qualified domain addresses with ability to match sub-domains,
Submitted by
anonymous
-
4 years ago
0
001_track_1.mp3
Python
no description available
Submitted by
anonymous
-
4 years ago
0
trackA_1.mp3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
No Periods or Spaces except leading "Orion."
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ddr
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
WOD type tester
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
COPD GOLD 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Product number
PCRE (PHP <7.3)
With pn given it will return informations depending of the constructor and more variable
Submitted by
anonymous
-
4 years ago
0
HTML Attribute Value
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Huawei_4g_sector_oos_hist
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Function parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
284
285
286
287
288
...
900
Community Library Entry
2
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
0
-
2
]
+
\d
[
0
-
5
]
?
|
[
1
]
\d
?
\d
+
|
[
1
-
9
]
[
0
-
9
]
)
\.
(
[
0
-
2
]
?
\d
[
0
-
5
]
?
|
[
1
]
\d
?
\d
+
|
[
1
-
9
]
[
0
-
9
]
)
\.
(
[
0
-
2
]
?
\d
[
0
-
5
]
?
|
[
1
]
\d
?
\d
+
|
[
1
-
9
]
[
0
-
9
]
)
\.
(
[
0
-
2
]
?
\d
[
0
-
5
]
?
|
[
1
]
\d
?
\d
+
|
[
1
-
9
]
[
0
-
9
]
)
$
/
g
Open regex in editor
Description
This regexp was written for Regex Tuesday Challenge - Week Six.
Submitted by
anonymous
-
8 years ago