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 12,220 community submitted regex patterns...
0
STJ_IMM_002_20200909_Moradas1b.txt
PCRE (PHP <7.3)
Este corpus consiste en 3777 caracteres de la segunda mitad del primer capítulo de las primeras moradas de Santa Teresa de Jesús.
Submitted by
anonymous
-
4 years ago
0
Find Application URLs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Custom siav
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Parse URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ESCLUDI VALORI IN BLOCCO LOG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
later
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Liste AUtocad Supprimer inutile
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Scintilla - Verkettung von Symbolen, namespaces, Types, Properties, Methoden
PCRE (PHP <7.3)
Scintilla nimmt Klammern () als nicht ein Teil eines Wortes
Submitted by
anonymous
-
4 years ago
0
Empty DIV Container
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ANSIBLE VAULT PASSWORD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
upload
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
M3U8 parsing
PCRE (PHP <7.3)
Extracts duration, title and uri from an M3U8 file, using correspoding named groups.
Submitted by
anonymous
-
4 years ago
0
Delete WI
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Assignment 1, part 2.2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
mask pin in JSON/XML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
act_mall导入
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
VP spoofed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Platform.sh Web Location RegEx Example #1
PCRE (PHP <7.3)
See Unit Tests
Submitted by
anonymous
-
4 years ago
0
Code Conventionen ro
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
476
477
478
479
480
...
611
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
[
A
-
Za
-
z0
-
9+
]
+
)
(?:
[
._-
]
{1}
[
A
-
Za
-
z
]
+
)*
)
(
[
._-
]
{1}
(?:
[
+
-
_
\d
A
-
Za
-
z.
]
*
)*
)*
$
/
gm
Open regex in editor
Description
Splitting Additionalname in Basename and Specification
Submitted by
JK
-
a year ago
(Last modified a year ago)