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
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
0
Date dd.mm.1900-2039
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Dates
Python
no description available
Submitted by
anonymous
-
6 years ago
0
datetime
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Add NULL if no date at the end
PCRE (PHP <7.3)
Regex for detecting lines that don't have a date before closing parentheses. It uses a negative lookahead.
Submitted by
anonymous
-
6 years ago
0
Date Validation - Including Leap Year (mm/dd/yyyy)
ECMAScript (JavaScript)
This regex validates all dates between 01/01/1900 and 12/31/2099, including leap-year validation. It follows a mm/dd/yyyy format, and enforces two-digit month/year formats.
Submitted by
anonymous
-
6 years ago
0
Date Validation - Including Leap Year (m/d/yyyy)
PCRE (PHP <7.3)
This regex validates all dates between 1/1/1900 and 12/31/2099, including leap-year dates. It allows either one or two digit month/date values.
Submitted by
anonymous
-
6 years ago
0
Regex Edit Date in Members sheet Excel
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex Edit Date in Members sheet Excel 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Parse get_version output including SVN Keywords
PCRE (PHP <7.3)
Grabs all but last SVN keyword. Uses "," as delimiter (need to get rid of (Wed 26 Aug 2018) first) PL/SQL: Unit: ZIP_UTIL_PKG, type: PACKAGE BODY. Code Type: NATIVE. SVN: File date: $Date: 2019-08-26 10:28:11 -0500 $, Revision: $Revision: 18213 $, $Author: mark.s $.
Submitted by
anonymous
-
6 years ago
0
date_regex
Python
YYYYMMDD YYYY-MM-DD YYYY.MM.DD YYYY/MM/DD YYYY-M-D YYYY.M.D...
Submitted by
anonymous
-
6 years ago
1
...
3
4
5
6
7
...
26