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...
0
Package name
ECMAScript (JavaScript)
The string must be less than 21 characters, mus not have spaces, it can only contain lowercase letters, hyphens (-) or underscores (_)
Submitted by
anonymous
-
5 years ago
0
html code for LaTeX math expression
Python
Finds any value inside the HTML ... in order to replace with $...$
Submitted by
anonymous
-
5 years ago
0
Single Sim
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Format thousand number with Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
Сельскохозяйственные угодья
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
frame name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email validation
Python
no description available
Submitted by
anonymous
-
5 years ago
0
取所有有bounds 的節點
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
取發圖記錄的大節點
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Check response of a serially connected Bronkhorst flowmeter for a certain range
ECMAScript (JavaScript)
Bronkhorst Flowmeters use a somewhat unique protocol for communication. In the ascii protocol the resonse is transmitted as an unsigned integer coded as 4 hexadecimal chiffres. The values are normalized so that 32000 (7D00h) is 100% of the capacitiy of the device. For my case, valid Values range fr...
Submitted by
anonymous
-
5 years ago
0
eleveo
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Verificar hash com contexto de conta
ECMAScript (JavaScript)
Links hash podem ser passados em contexto diferente. Nesse caso é identificado o contexto antes do hash para endereço.
Submitted by
anonymous
-
5 years ago
0
Set items first parsing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
d3 classes
PCRE (PHP <7.3)
Uses JS file with all data (class data only) to make a PHP array (to be used in PHP framework).
Submitted by
anonymous
-
5 years ago
0
Two words in sentence without one word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
%import
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Android signal level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ISO 8601 timestamp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Email list (semi-colon-separated)
PCRE (PHP <7.3)
Validates a single email or a semi-colon list of email addresses. Tolerates leading spaces for the second and later emails. For example - the following are valid: example.one@example.com example.one@example.com; example.one@example.com;example.two@example.com...
Submitted by
anonymous
-
5 years ago
0
Iraq mobile numbers 🇮🇶
PCRE (PHP <7.3)
Regex for Iraq mobile numbers 🇮🇶📱 but the mobile number should be without any spaces between the number so you should remove all white spaces By:- Russulh 💁🏻♀️ ...
Submitted by
anonymous
-
5 years ago
1
...
428
429
430
431
432
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
1
-
9
]
\d
{3}
)
-
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
-
(
0
[
1
-
9
]
|
[
1
-
2
]
\d
|
3
[
0
-
1
]
)
T
(
[
0
-
4
]
\d
|
5
[
0
-
9
]
)
:
(
[
0
-
4
]
\d
|
5
[
0
-
9
]
)
:
(
[
0
-
4
]
\d
|
5
[
0
-
9
]
)
(
\.
\d
{3}
)?
Z
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago