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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,720 community submitted regex patterns...
0
XML file extract from logs
Python
For internal use
Submitted by
ezalos
-
a year ago
0
Find ytdlp downloaded file path
Python
For internal use
Submitted by
ezalos
-
a year ago
(Last modified a year ago)
0
E-mail address
ECMAScript (JavaScript)
RFC Compliant Email Address (https://datatracker.ietf.org/doc/html/rfc2822)
Submitted by
David Bécu
-
a year ago
0
hyperlinks
Python
collect information from web links
Submitted by
anonymous
-
a year ago
0
Aurora SMS Log Parser
Python
For personal use in my project.
Submitted by
sn3kdev
-
a year ago
0
domain
Golang
ss
Submitted by
sssssss
-
a year ago
0
eval expression
Python
expression will create from example: 2 + 1 + 3 * 510.3 - 50 * (20 - 29 * 2) this: 2,+,1,+,3,,510.3,-,50,,(20,-,29,*,2)
Submitted by
NotMEE12
-
a year ago
0
Node-red DSMR reading
ECMAScript (JavaScript)
0:1.8.1(010972.842*kWh) normaal tarif
Submitted by
anonymous
-
a year ago
0
Company name
ECMAScript (JavaScript)
Company name
Submitted by
anonymous
-
a year ago
0
ISO date
ECMAScript (JavaScript)
Validates a date string as a valid iso entry
Submitted by
Franco Grobler (franco199906@gmail.com)
-
a year ago
0
Match time HH:MM:SS or MM:SS similar to YT chapters
ECMAScript (JavaScript)
Used in JS context to extract time from string metadata aka YouTube chapters. Trailing text and chars are ignored for each new line.
Submitted by
JVE
-
a year ago
(Last modified a year ago)
0
Match HTML tag with specific attributes
ECMAScript (JavaScript)
1
Submitted by
anonymous
-
a year ago
0
Youtube Twitch Channels
ECMAScript (JavaScript)
No need to customize. Works for every modern youtube/twitch channels
Submitted by
mallusrgreat
-
a year ago
0
Strip ANSI CSI
ECMAScript (JavaScript)
Use control_sequence_filter group to find and remove ANSI CSI codes. Not tested thoroughly. Only for the task that was necessary for me
Submitted by
Leonards Elksnis
-
a year ago
(Last modified a year ago)
0
Git Commit Message Validation
Python
Validate a modified Version of https://udacity.github.io/git-styleguide/
Submitted by
anonymous
-
a year ago
0
Normalizing data from a string
Python
Gets several strings and makes a list of data attributes in a formatted way
Submitted by
SevebFeet
-
a year ago
0
Parse Roco url for information
Python
Parses a url on the roco.cc site to its informative parts
Submitted by
Dirkjan Krijnders
-
a year ago
0
check alpha numeric
ECMAScript (JavaScript)
checks all strings containing alphabet and numeric
Submitted by
chanaseptiari
-
a year ago
0
Special GPS input
Python
Used for TrigDroid
Submitted by
anonymous
-
a year ago
0
Audit cleanup
ECMAScript (JavaScript)
This cleans up the search results from VSCode so that we can paste the file list into Google Sheets.
Submitted by
anonymous
-
a year ago
1
...
178
179
180
181
182
...
286
s
-3
Regular Expression
ECMAScript (JavaScript)
/
^
19
[
5
-
9
]
\d
|
20
[
0
-
4
]
\d
|
2050
$
/
gm
Open regex in editor
Description
s
Submitted by
anonymous
-
10 years ago