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...
1
afadfad
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Test CCPR message
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
BinarSkugga's Language Variable Parser
PCRE (PHP <7.3)
Detect and cut lines containing variables.
Submitted by
BinarSkugga
-
9 years ago
1
freedns.afraid.org/dynamic/
PCRE (PHP <7.3)
if you use the service you may want to know a state of some responses
Submitted by
KUbo_0
-
9 years ago
1
re
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Extract times from a string
PCRE (PHP <7.3)
I use this to extract and later calculate the difference between two times.
Submitted by
Ernie C.
-
9 years ago
1
new
PCRE (PHP <7.3)
sdsada
Submitted by
anonymous
-
9 years ago
1
sql perf log
PCRE (PHP <7.3)
13 fields, 12 comma's from right (all left hand ones need to be ignored as they're part of the sql statements)
Submitted by
Sandra
-
9 years ago
1
Get directive names from javascript code
ECMAScript (JavaScript)
Get directive names from javascript code
Submitted by
OnlineCop
-
9 years ago
1
Name file Val
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Node (common.js) require regex
PCRE (PHP <7.3)
Uses a single string to match any node require variables
Submitted by
amird and andyt
-
9 years ago
1
Function with n parameters in C-like syntax.
PCRE (PHP <7.3)
no description available
Submitted by
elkamarado@gmail.com
-
9 years ago
1
Timestamp including time zone information
PCRE (PHP <7.3)
Simple check on the correct format of a time stamp including time zone information
Submitted by
anonymous
-
9 years ago
1
Email id
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Slug
PCRE (PHP <7.3)
Matches alphanumeric slugs without repeating dashes
Submitted by
Óscar Enríquez
-
9 years ago
1
Read tasks from a RakeFile
PCRE (PHP <7.3)
no description available
Submitted by
Caleb Foster
-
9 years ago
1
replace directive with iife
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Simple Valid File Names
ECMAScript (JavaScript)
Simple file names. Special chars allowed (-_.) {3, 40}
Submitted by
CADII
-
9 years ago
1
Module Name
PCRE (PHP <7.3)
Starts with Alphabet but may contains numbers and underscore _
Submitted by
vCillusion
-
9 years ago
1
File extensie
PCRE (PHP <7.3)
Zoekt naar de punt vóór de extensie en geeft alle tekst terug tot aan het einde v/d string.
Submitted by
anonymous
-
9 years ago
1
...
613
614
615
616
617
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
\s
?
\d
{1,2}
:
\d
{1,2}
)+
$
/
Open regex in editor
Description
Verifies a cron schedule pattern such as: 10:45 or multiple times such as: 11:00 22:10 23:15
Submitted by
Michael Sundgaard
-
9 years ago