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
email with domain exclusion - jimbolo
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
match secrets in config file with one exp with 3 groups
PCRE2 (PHP >=7.3)
no description available
Submitted by
dilnix
-
4 years ago
0
validate password
ECMAScript (JavaScript)
no description available
Submitted by
blastz
-
4 years ago
0
Time
PCRE2 (PHP >=7.3)
no description available
Submitted by
Andrea Russo
-
4 years ago
0
ukrainian university title + email regexp
Python
no description available
Submitted by
dilnix
-
4 years ago
0
Youtube AdBlock Regexp
PCRE2 (PHP >=7.3)
From the whole list to single regexp with options
Submitted by
Harianto van Insulinde
-
4 years ago
(Last modified a year ago)
0
Match Microchip xc16 library's PIC24 and dsPIC3x linker script filenames
Python
Created for a Python program that needed to help recognize linker script filenames that resemble those for actual devices in Microchip's 16-bit DSC/MCU family of chips. The regex will match any such filename found in Microchip's xc16 support directory tree, as of xc16 v1.50. (I've actually tested i...
Submitted by
Galen Tackett
-
4 years ago
0
{NS} - Change *ngIf to [visibility]
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
artifactory-request
Golang
no description available
Submitted by
Scott Barnes
-
4 years ago
0
artifactory-acess
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Bible reading accountability matching
ECMAScript (JavaScript)
Matthieu 2 - 14 Jean 2-10 Apocalypse 12-22 Genèse 1- 10 Nombres 1- 10 Luc 1
Submitted by
Jean-jacques AKAKPO
-
4 years ago
0
Check Integer Number
PCRE2 (PHP >=7.3)
Check Integer Number
Submitted by
anonymous
-
4 years ago
0
Date by Month Name
Golang
Best I could do for parsing dates spelled out as day, month name, year
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
numbered multilevel list
ECMAScript (JavaScript)
Search for items in dot separated lists like 1 1.1 1.1.1 ... 2...
Submitted by
Vlad
-
4 years ago
0
Ejemplos - lookahead
PCRE2 (PHP >=7.3)
Ejemplo del uso de grupos lookahead
Submitted by
anonymous
-
4 years ago
0
Valid Dates
PCRE2 (PHP >=7.3)
e
Submitted by
anonymous
-
4 years ago
0
Date2 (Notes)
PCRE (PHP <7.3)
Date2 (Notes)
Submitted by
anonymous
-
4 years ago
0
Ansible group that are not part of childre
PCRE2 (PHP >=7.3)
csc
Submitted by
anonymous
-
4 years ago
0
SKRAI
PCRE2 (PHP >=7.3)
haowei.ch
Submitted by
haowei.ch
-
4 years ago
0
convert currency
PCRE2 (PHP >=7.3)
remove currency symbol, remove commas
Submitted by
RWCorbett
-
4 years ago
1
...
744
745
746
747
748
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
)?
(?:
$
|
(
.
+
?
)
(?:
(
\.
[^
.
]
*
$
)
|
$
)
)
/
Open regex in editor
Description
EBS/FSW/VehISp/VehISp_generic/TCY/Src/tcy_main.c
Submitted by
anonymous
-
8 years ago