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
finding relative urls in a css file
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
verifyWebName
ECMAScript (JavaScript)
verify if a string can be use in a username pattern for my project
Submitted by
Feloem Goetia
-
7 years ago
0
IOTA Node validation
PCRE (PHP <7.3)
Checks if url is valid for node api
Submitted by
anonymous
-
7 years ago
0
Find Time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
sms template
PCRE (PHP <7.3)
no description available
Submitted by
Shouvik Ghosh
-
7 years ago
0
Brazil Complete Address
PCRE (PHP <7.3)
Extract address parts from a Brazil Addressess (Logradouro/Street, Numero/Number, Complemento/Complement, Bairro/Neighborhood, Cidade/City, Estado/State)
Submitted by
Glauber Portella <glauberportella@gmail.com>
-
7 years ago
0
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Syslog RFC 3164
PCRE (PHP <7.3)
Simple matcher for syslog format FRC 3164
Submitted by
loreii
-
7 years ago
0
Syslog RFC 5424
PCRE (PHP <7.3)
Simple matcher for syslog RFC 5424
Submitted by
loreii
-
7 years ago
0
Wiki Country Codes ISO 3166-1
PCRE (PHP <7.3)
https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
Submitted by
Kahval
-
7 years ago
0
Match CSS Variables
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Discord js code markup parser
ECMAScript (JavaScript)
no description available
Submitted by
sorashi
-
7 years ago
0
SemVer anatomy
PCRE (PHP <7.3)
Recognizes and splits a semantic version into its component parts
Submitted by
Ben Leggiero
-
7 years ago
0
Package/Module matcher
PCRE (PHP <7.3)
no description available
Submitted by
Ben Leggiero
-
7 years ago
0
Zad 2 Marek
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 6
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Zad 4
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
83
84
85
86
87
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^
(?:
[^
,
\n
]
+
,
\s
*
){8}
)
(
[^
;
\n
]
+
)
/
gm
Open regex in editor
Description
Regular expression created to separate CSV fields that are separated by commas with the end stopper with a semicolon
Submitted by
João Paulo Dias
-
6 years ago