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 2,840 community submitted regex patterns...
1
in-addr.arpa to IPv4
PCRE2 (PHP >=7.3)
Converts in-addr.arpa hostnames to IPv4 e.g. 1.0.0.127.in-addr.arpa to 127.0.0.1
Submitted by
BitesizedLion
-
2 years ago
1
Single line of .env file
PCRE2 (PHP >=7.3)
Parse a single line of a .env file From repo dotenv - source code here.
Submitted by
Mot (https://github.com/motdotla)
-
2 years ago
1
Extract schema and domain from URI.
PCRE2 (PHP >=7.3)
Doesn't work on domains that include dashes (after the dash).
Submitted by
Roke Julian Lockhart Beedell
-
2 years ago
1
Sri Lankan NIC Validation Regex - Sri Lanka - National Identity Card Number Validation Regex
PCRE2 (PHP >=7.3)
Extract the Data from Sri Lankan National Identity Card The SL NIC could be divided into two groups, Before 2016 (9 alphanumeric digits with one English letter) After 2016 (12 alphanumeric digits) ...
Submitted by
Aadhil Ahamed (Find me on GitHub: https://github.com/AadhilMR)
-
2 years ago
1
终端控制序列
PCRE2 (PHP >=7.3)
匹配终端控制序列
Submitted by
anonymous
-
2 years ago
1
Universal Phone Regex
PCRE2 (PHP >=7.3)
Just a simple regex to detect phone numbers Should work in just about any regex flavor.
Submitted by
anonymous
-
2 years ago
1
JavaScript String Matcher
PCRE2 (PHP >=7.3)
Matches comments, strings, templates, and regexes from javascript code. also matches templates recursively in order to correctly get template data
Submitted by
ephf
-
2 years ago
1
e_itcd_protocol_match
PCRE2 (PHP >=7.3)
Match an e-ITCD protocol inside a list
Submitted by
davidbragat
-
2 years ago
(Last modified 2 years ago)
1
Remove specific character in beginning & last
PCRE2 (PHP >=7.3)
Remove specific character in beginning & last
Submitted by
anonymous
-
2 years ago
1
Email Validation General (miscrosoft email rule)
PCRE2 (PHP >=7.3)
^([a-z0-9]+(?:([-]+|[.])[\w-]+|[-]))@([a-z0-9]+(?:([.-]\w+)\.)[a-z]{2,13})$
Submitted by
Riki
-
2 years ago
1
Test email for 99% of possible issues
PCRE2 (PHP >=7.3)
This is written using several other developer's work with my tying it all together and adding a few small requirement of my own. allows Latin characters (“a” - “z” or “A” - “Z”) within the email address. permits digits (0 - 9) in the email address. enforces domain part restrictions. allows hyphen...
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
1
one line html
PCRE2 (PHP >=7.3)
matches html
Submitted by
anonymous
-
2 years ago
1
test
PCRE2 (PHP >=7.3)
mail, pass, ...
Submitted by
anonymous
-
2 years ago
1
jerry_eth_match
PCRE2 (PHP >=7.3)
jerry_eth_match
Submitted by
rin
-
2 years ago
1
IPv6 前缀格式
PCRE2 (PHP >=7.3)
IPv6 前缀格式
Submitted by
anonymous
-
2 years ago
1
Get type from calypso XML
PCRE2 (PHP >=7.3)
How to get type from calypso XML by key words
Submitted by
AlexMia
-
2 years ago
1
File path parser
PCRE2 (PHP >=7.3)
Parses a file path into 3 capture groups: 1: path (may be empty) 2: filename (required) 3: extension (may be empty)
Submitted by
Perigoso
-
2 years ago
1
匹配markdown代码块
PCRE2 (PHP >=7.3)
组1:编程语言 组2:代码
Submitted by
若小仟
-
2 years ago
1
regex that allows digits, space and hyphen
PCRE2 (PHP >=7.3)
regex that allows digits, space and hyphen
Submitted by
Animesh
-
2 years ago
1
template string match
PCRE2 (PHP >=7.3)
match like this: ${foo}
Submitted by
anonymous
-
2 years ago
1
...
7
8
9
10
11
...
142