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
Nomeando parâmetros
PCRE (PHP <7.3)
Teste identificando os padrões encontrados e fazendo substituição
Submitted by
anonymous
-
8 years ago
1
Android package name
PCRE (PHP <7.3)
Validation of android package names. Read more
Submitted by
Paldom
-
8 years ago
0
Confirmation (test)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Confirmation 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
uppercase to lowercase
PCRE (PHP <7.3)
Replace uppercase with lowercase letters
Submitted by
Gabi Rusu
-
8 years ago
0
divide a dice roll string into the number of dice, the dices sides and a constant
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Dutch zip (postcode)
PCRE (PHP <7.3)
Regex to validate a Dutch zip (postcode)
Submitted by
Anne Douwe Bouma
-
8 years ago
0
Java File Header
PCRE (PHP <7.3)
Java File Header
Submitted by
Sathish Kumar
-
8 years ago
0
@Extract @Chinese (Han) Text Embedded in English Text @KM
PCRE (PHP <7.3)
Used for this KM Macro: How can I divide chinese part and english part into two part in clipboard? 2017-03-26 ...
Submitted by
JMichaelTX
-
8 years ago
1
RFC 3986 IPv4 Validation
PCRE (PHP <7.3)
IPv4 Validation to RFC 3986 found at https://tools.ietf.org/html/rfc3986#section-1.1.1.
Submitted by
anonymous
-
8 years ago
0
release version parser
Python
no description available
Submitted by
anonymous
-
8 years ago
0
1
PCRE (PHP <7.3)
1
Submitted by
anonymous
-
8 years ago
0
Feet and inches and with fraction
ECMAScript (JavaScript)
Matches feet and inch numbers with and without fractions but using the american traditional feet symbol ' (single quote) and inch symbol " (double quote). Number must be on a single line by itself. Multi-line is on for testing only and should be turned off. Proceeding and following spaces are not...
Submitted by
Jeff Stuyvesant
-
8 years ago
0
auditd
PCRE (PHP <7.3)
extract useful information from audit log
Submitted by
anonymous
-
8 years ago
0
Rally regexes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ID Card extraction
PCRE (PHP <7.3)
Extract an ID card from a body of text
Submitted by
anonymous
-
8 years ago
0
grappen1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Find Basic Auth in URL (without protocol)
PCRE (PHP <7.3)
no description available
Submitted by
Aaron Murray
-
8 years ago
0
Trailing slashes
PCRE (PHP <7.3)
Select any number of forward slashes that appear at the end of a string.
Submitted by
Aaron Murray
-
8 years ago
0
List Of Countries
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
600
601
602
603
604
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
221
|
00221
|
\+
221
)?
(
77
|
78
|
75
|
70
|
76
)
[
0
-
9
]
{7}
$
/
mg
Open regex in editor
Description
Check if the phone number is correct from sénégal
Submitted by
Me
-
4 years ago