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
VCS URL Test
PCRE (PHP <7.3)
returns g1: domain g2: username g3: repository
Submitted by
Eduardo Dalla Vecchia
-
8 years ago
0
basic word separation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
New Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
show_inv_parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match non self closing tags HTML/XML tags
Golang
no description available
Submitted by
Richard Peng
-
8 years ago
0
Parse QR
PCRE (PHP <7.3)
no description available
Submitted by
h
-
8 years ago
0
QR Parse
PCRE (PHP <7.3)
to parse qr
Submitted by
h
-
8 years ago
0
FMP4 nginx regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ChatWars Equipment
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Angular find translate
PCRE (PHP <7.3)
Find translate directive in angular files
Submitted by
anonymous
-
8 years ago
0
numero tra parentisi alla fine della stringa
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match stackoverflow urls
PCRE (PHP <7.3)
Get only the profile part without the url.
Submitted by
Chocksy
-
8 years ago
0
await
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Get drive id
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
test1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
error name seller
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
SQL query sanitizer
PCRE (PHP <7.3)
Very simple sanitizer. Will escape quotation marks, backslashes and apostrophes ("'\) in order reduce the risk of SQL injections. Please note that SQL versons that supports URL or other kinds of encoding may still be vanurable.
Submitted by
anonymous
-
8 years ago
0
Check if valid Base64
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Filtering phone number
PCRE (PHP <7.3)
14 steps regex , filtering mobile number without + or 0
Submitted by
anonymous
-
8 years ago
1
...
401
402
403
404
405
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
^\w
+
(?=
\.
)
)
/
gm
Open regex in editor
Description
Created this for Pathfinder. Takes a file name with the extension and returns only the file name.
Submitted by
anonymous
-
6 years ago