Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 5,620 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
XML/HTML Tag selector
PCRE2 (PHP >=7.3)
Pros: Attribute-aware (but not complete parse) Content-aware (text only) Cons: Might poor performance (unnecessary matches if you work on a ssr thing)...
Submitted by
stdpi
-
13 days ago
2023-11-20 09:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
traveloka accomodation url
PCRE2 (PHP >=7.3)
match traveloka accomodation url
Submitted by
anonymous
-
15 days ago
2023-11-18 12:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Traveloka match url accomodation only
PCRE2 (PHP >=7.3)
match url for traveloka accomodation
Submitted by
anonymous
-
15 days ago
2023-11-18 12:09
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
RFC 2822 standard email validation with limit of chars in name, domain name,and domain
ECMAScript (JavaScript)
Vaild: valid.email@example.com john.doe123@example.co.uk alice_smith@company.org user1234@emailprovider.net...
Submitted by
anonymous
-
16 days ago
2023-11-18 00:28
(Last modified 16 days ago)
2023-11-18 00:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Email regex for JS
ECMAScript (JavaScript)
This reges do not covering long emails. It should check domian (64) and page name(255) limits.
Submitted by
SnaYQ
-
16 days ago
2023-11-17 23:55
(Last modified 16 days ago)
2023-11-18 00:36
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Akamai - Extended + Custom field + GhostIP + CacheStatus + WAF
PCRE2 (PHP >=7.3)
Akamai LDS log format - Extended + Custom field + GhostIP + CacheStatus + WAF
Submitted by
anonymous
-
16 days ago
2023-11-17 15:25
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
SUT - Package Matching
PCRE2 (PHP >=7.3)
test
Submitted by
MHE
-
16 days ago
2023-11-17 10:18
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
car licence registry (placa de carro)
ECMAScript (JavaScript)
brazilian car licence registry validation (validação de placa de carro brasileira e mercosul)
Submitted by
edurbs
-
17 days ago
2023-11-16 15:41
(Last modified 17 days ago)
2023-11-16 15:44
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
integer only
PCRE2 (PHP >=7.3)
^[0-9]+$
Submitted by
anonymous
-
17 days ago
2023-11-16 08:21
(Last modified 17 days ago)
2023-11-16 08:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Full name validation
ECMAScript (JavaScript)
Full name validation with latin caracters
Submitted by
edurbs
-
19 days ago
2023-11-14 13:31
(Last modified 17 days ago)
2023-11-16 15:45
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
nmcli WiFi list
PCRE2 (PHP >=7.3)
Extract different fields from the list output of nmcli: nmcli --terse --colors no --fields IN-USE,BSSID,SSID,MODE,CHAN,RATE,SIGNAL,BARS,SECURITY,FREQ,DEVICE device wifi list
Submitted by
Simon Bagley
-
20 days ago
2023-11-13 14:41
(Last modified 20 days ago)
2023-11-13 14:45
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
m3u8-ffzy
ECMAScript (JavaScript)
m3u8-ffzy
Submitted by
anonymous
-
21 days ago
2023-11-13 03:50
(Last modified 21 days ago)
2023-11-13 04:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Cedula Paraguaya con Digito Verificador
PCRE2 (PHP >=7.3)
Valida la C.I. de Paraguay con DV (Opcional)
Submitted by
anonymous
-
22 days ago
2023-11-11 16:29
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL Checker
ECMAScript (JavaScript)
Allows to extract or check if the text includes different URLs, allowing for you to check different kinds of links from the simple ones up to the more complex ones that includes prefix, subdomain, domain, entire website name and subpages.
Submitted by
kyunishya
-
24 days ago
2023-11-09 20:11
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Translations Regex
PCRE2 (PHP >=7.3)
Traduções pra ajudar a encontrar as mensagens em cada caso
Submitted by
anonymous
-
24 days ago
2023-11-09 15:34
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
regex vietnam number phone
PCRE2 (PHP >=7.3)
regex phone number all telco in Vietnam. at 11/08/2023
Submitted by
hao.nguyen
-
a month ago
2023-11-08 03:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Unicode Mixed Case Word Detector
PCRE2 (PHP >=7.3)
Detects mixed case words using Unicode
Submitted by
Hooge
-
a month ago
2023-11-07 17:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Функции с сайта
PCRE2 (PHP >=7.3)
(\\)(.+)(\\)
Submitted by
anonymous
-
a month ago
2023-11-07 06:17
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Files
PCRE2 (PHP >=7.3)
Files
Submitted by
anonymous
-
a month ago
2023-11-06 08:12
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Folders
PCRE2 (PHP >=7.3)
Folders
Submitted by
anonymous
-
a month ago
2023-11-06 08:00
1
2
3
4
5
...
281
line end marker
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
(
[^
{,(
\[
\t
=:;
]
)
\n
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
3 months ago
2023-09-03 09:01