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
Relevance
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 520 community submitted regex patterns...
0
Search Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Month (Alpha) and Day
Python
Three letter or full text month name (including Sept for September) with or without upper case first letter for month followed by one or two digit day with no intervening white space. examples: Jan10 february29 Sept15 ...
Submitted by
anonymous
-
6 years ago
0
Date Format
ECMAScript (JavaScript)
This will check for a date using the format xx-xx-yyyy. The reason the first two groupings are labeled with 'xx' is because we can't be sure which is the month or the date as it will look for both formats and match true. This can also be used in conjunction with ?, ?, and ? to better search for spec...
Submitted by
anonymous
-
6 years ago
0
Danish date
ECMAScript (JavaScript)
Find Danish date
Submitted by
anonymous
-
6 years ago
0
ISO Timestamp-ish
ECMAScript (JavaScript)
Matches ISO-like timestamp, with or without date and time separators
Submitted by
anonymous
-
6 years ago
0
Regex for parsing out prefix date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Date01
PCRE (PHP <7.3)
ตัดวันเดือนปี ไทย/อังกฤษ
Submitted by
anonymous
-
6 years ago
0
Date02
PCRE (PHP <7.3)
ตัดวันเดือนปี อังกฤษ
Submitted by
anonymous
-
6 years ago
0
Date03
PCRE (PHP <7.3)
ตัดวันเดือนปี แบบตัวเลข
Submitted by
playwhyyza
-
6 years ago
0
Date02
PCRE (PHP <7.3)
ตัดวันเดือนปี อังกฤษ
Submitted by
anonymous
-
6 years ago
0
Date03
PCRE (PHP <7.3)
ตัดวันเดือนปี แบบตัวเลข
Submitted by
playwhyyza
-
6 years ago
0
Ta Creation Date
ECMAScript (JavaScript)
Trafikstyring S-bane den 5. marts 2019 Extracts the date from a sting like the one above
Submitted by
anonymous
-
6 years ago
0
Regex to validate dates (validate leap year)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO_8601
ECMAScript (JavaScript)
Matches strings in the ISO_8601 format. Named capture groups for year, month, date, hours, minutes, seconds, ms and timezone offset.
Submitted by
anonymous
-
6 years ago
0
Date regex
PCRE (PHP <7.3)
Date regex with leap years
Submitted by
anonymous
-
6 years ago
0
lib1
Python
import time print(time.time()) import datetime print(datetime.datetime.now()) ...
Submitted by
anonymous
-
6 years ago
0
Match directories from the windows file list
PCRE (PHP <7.3)
Match directories details from the windows directory list using shell command dir /S /Q /T:C This match return date, time, owner and name of the dirrectories
Submitted by
anonymous
-
6 years ago
0
5 Days Regex - First (Day, Date, Min/Max Temperature)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match WhatsApp conversations
PCRE (PHP <7.3)
The first group contains the date in format DD/MM/YY The second group contains the time in format HH:MM:SS The third group contains the name of the participant in the conversation The fourth group contains the actual message that the participant sent
Submitted by
anonymous
-
6 years ago
1
...
5
6
7
8
9
...
26