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
SCx FileName
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
non zero
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
MyRegEx
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
US/Canada Zip if at end of line
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
patient number match on qr code
PCRE (PHP <7.3)
no description available
Submitted by
micha
-
4 years ago
0
iC1000 Päävalikko
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Fin de phrase sans espace
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
search input parsing for ccg database
PCRE2 (PHP >=7.3)
catches member no eg L 791a & separates mType and submember letter or catches name in last-name-first format or name plus a general search string lile 'and city is Bakersfield'
Submitted by
anonymous
-
4 years ago
0
calculator expressions
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
derinlik
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
match id in the middle of a url
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
grades
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match URLs
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
syslog regex
Python
Takes a syslog with the basic pattern: date-&-time server process: message
Submitted by
rcuza
-
4 years ago
0
res id and distance
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex3Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex2Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Ex1Tema1
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
NSE_ET_LosersList
PCRE (PHP <7.3)
Extract Losers list from ET LOSERS selector
Submitted by
anonymous
-
4 years ago
0
replace go-get request and send to other script
PCRE2 (PHP >=7.3)
how to implement this in htaccess???
Submitted by
anonymous
-
4 years ago
1
...
240
241
242
243
244
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?i)
\[\[
(?<firstlevelfolder>
(?:
assets
|
Bücher
|
Dokument
|
epsilon_notes
|
kontakte
|
literatur
|
Projekt
|
Test
|
Wissen
|
WV
)
(?:
[
\w
_
]
*
)
\/
)
(?<bildpfad>
[^
\|\\\]
]
+
)
(
\\\|
|
\|
)*
(?<bildattribut>
[^
\]
]
*
)
\]\]
/
gm
Open regex in editor
Description
no description available
Submitted by
Benny Platte
-
4 years ago
(Last modified 4 years ago)