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
GS1Numeric Serialized GTIN with Lot and Expiry
Python
GS1Numeric Serialized GTIN with Lot and Expiry Will recognize and pull into groups the following: GTIN-14 Serial Number...
Submitted by
SerialLab, Corp
-
7 years ago
0
Cycle Time 1.0
PCRE (PHP <7.3)
Group DateTime Group TaskName Group MR Group TargetName Group TargetType ...
Submitted by
anonymous
-
7 years ago
0
BSM - OUTBOUND FLIGHT INFORMATION Element
PCRE (PHP <7.3)
Outbound Flight Information element (.F) is mandatory when used as part of a reconciliation or sortation process. If used for ground tracking it is optional. OUTBOUND FLIGHT INFORMATION (M) Element Identifier .F (M) Airline and Flight Number /BA117 (M) Date /03OCT...
Submitted by
anonymous
-
7 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
-
7 years ago
0
ISO Timestamp-ish
ECMAScript (JavaScript)
Matches ISO-like timestamp, with or without date and time separators
Submitted by
anonymous
-
7 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
-
7 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
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
WhatsappMsgParser
Python
This Regex parse whats-app messages to 4 groups: Group1- Date (dd/mm/yyyy) Group2- Time (hh:mm) Group3- Author/Sender (name or phone number) Group4- Chat (actual chat data)
Submitted by
anonymous
-
6 years ago
0
GapList
ECMAScript (JavaScript)
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
6 years ago
0
GapList
ECMAScript (JavaScript)
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
6 years ago
0
Chase Bank Credit Card Transaction Parser
PCRE (PHP <7.3)
Chase Bank Credit Card Transaction Parser - Matches on transaction Date, Description, Amount, and (if it's a Chase Amazon card) the Amazon Order Numbers and total Amazon Rewards Points!
Submitted by
anonymous
-
6 years ago
0
Get File name (no ext) from pathname
PCRE (PHP <7.3)
Event "Live Chess" Date "2019.01.05" White "ahihi3138" Result "0-1" BlackElo "1338" EndTime "6:39:11 PST"
Submitted by
anonymous
-
6 years ago
0
TYPO3 Log
PCRE (PHP <7.3)
Parse the TYPO3 logfile into components, like Sun, 28 Jun 2020 03:41:30 +0200 [WARNING] request="387b66f92c909" component="TYPO3.CMS.Frontend.Controller.TypoScriptFrontendController": $TSFE->set_no_cache() was triggered. Reason: config.no_cache is set. Caching is disabled! If you use td-agent to ...
Submitted by
Bodo Eichstädt
-
5 years ago
0
Simple UK Post code
PCRE (PHP <7.3)
This is intended to be a relatively simple matching (anchored left and right) for a uk post code. Please use the unit tests to run the examples. The examples are from wikipedia, but I shall try and keep it up to date.
Submitted by
anonymous
-
5 years ago
0
Simple UK Post code
PCRE (PHP <7.3)
This is intended to be a relatively simple matching (anchored left and right) for a uk post code. Please use the unit tests to run the examples. The examples are from wikipedia, but I shall try and keep it up to date.
Submitted by
anonymous
-
5 years ago
0
Time grabber
Python
Grab time from datetime
Submitted by
anonymous
-
5 years ago
0
curl-to-dev-tools--put
ECMAScript (JavaScript)
Take a text of curl command and regex them down to a list of objects with named identifiers, such as id, date, and action.
Submitted by
Tre'
-
5 years ago
0
syslog regex
Python
Takes a syslog with the basic pattern: date-&-time server process: message
Submitted by
rcuza
-
5 years ago
0
PHPDocumentor - Add missing @since tags in doc blocks
PCRE2 (PHP >=7.3)
This regular expression helps keeping the PHP documentation up to date by adding the @since tags in the doc block where there are none.
Submitted by
raaaahman
-
5 years ago
1
...
23
24
25
26