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 5,960 community submitted regex patterns...
0
IPv4 Address Validation Regex
Golang
IPv4 Address Validation Regex
Submitted by
ulgena
-
2 years ago
(Last modified 2 years ago)
0
VLAN ID Validation Regex
Golang
VLAN ID Validation Regex Please use first segment or second depending on the Extended VLAN usage such as "1-256" or "1-4096" : Non-extended VLAN IDs (1-256), check v2 of the regex entry ...
Submitted by
ulgena
-
2 years ago
0
Match import lines
ECMAScript (JavaScript)
Match import lines to disable spelling error in package names.
Submitted by
anonymous
-
2 years ago
0
parsing arp -a
Python
Разбивает на части вывод команды arp -a
Submitted by
baldateg
-
2 years ago
0
Assoc
Python
Разбивает вывод команды Assoc
Submitted by
anonymous
-
2 years ago
0
Driverquery
Python
Установленные драйвера
Submitted by
anonymous
-
2 years ago
0
netstat
Python
Активные соединения
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
email valid
Java 8
email validation
Submitted by
Hoot
-
2 years ago
0
Dutch postalcode regex
ECMAScript (JavaScript)
Matches first postal code, case insensitive
Submitted by
anonymous
-
2 years ago
0
URL SERVER
ECMAScript (JavaScript)
Регулярное выражения для проверки URL адреса сервера
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Fraction to decimal
Python
Convert fractions in for of 7 1/2 or 7-1/2 with optional spacing to 7.5 avoiding expressions like 5-7 / 10-11 to be mistaken as 5-7/10
Submitted by
Waleed Kilany
-
2 years ago
0
Regex to match all instances not inside quotes (inc escaped quotes)
ECMAScript (JavaScript)
See https://stackoverflow.com/questions/6462578/regex-to-match-all-instances-not-inside-quotes
Submitted by
anonymous
-
2 years ago
0
TatraBanka AMOUNT_VALUE
Java 8
some descriptoin
Submitted by
Inez van Acker, Robert Schulz
-
2 years ago
(Last modified a year ago)
0
Simple reduce string words
ECMAScript (JavaScript)
ECMAScript regex to try reduce words
Submitted by
Alan Ferreira
-
2 years ago
0
vue sfc script tag
ECMAScript (JavaScript)
Regexp to match vue sfc script tag
Submitted by
YuTengjing
-
2 years ago
0
OCP typedef name
Python
Match to ocpCamelCase Name[Ptr]
Submitted by
Xiaoxing Cheng
-
2 years ago
0
minecraft custom chat parser
ECMAScript (JavaScript)
basically parses Minecraft CUSTOM chat messages. it can parse: [rank] username: message [rank] username > message [rank] username › message [rank] username » message
Submitted by
anonymous
-
2 years ago
0
Date String ISO Pattern
Golang
Date String ISO Pattern matcher
Submitted by
Lucas Morais
-
2 years ago
0
匹配单行函数名
Python
(static\s){0,1}\w{1,}\s{1,}\w{1,}\s\(.*\)
Submitted by
anonymous
-
2 years ago
0
openssl index.txt records
Python
parse records of index.txt managed by openssl (easyrsa) CA
Submitted by
Mikhail Belyankin
-
2 years ago
1
...
280
281
282
283
284
...
298
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
\+
88
)?
01
[
3
-
9
]
\d
{8}
$
/
Open regex in editor
Description
Matches all
Bangladeshi SIM
numbers
Submitted by
Mushfiq Talha
-
a year ago
(Last modified a year ago)