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,020 community submitted regex patterns...
0
Barcodes
Python
Matching barcodes
Submitted by
Moses
-
3 years ago
0
Media files
Python
Matching majority of media files
Submitted by
Moses
-
3 years ago
0
regex1
PCRE2 (PHP >=7.3)
한글, 영문, 숫자, 특수문자 입력 가능 특수문자 : ~ ! @ # $ % ^ & * ( ) - + ? _ / [ ] 최대 40글자까지 가능 / 최소 1글자 이상 공백 입력가능
Submitted by
anonymous
-
3 years ago
0
Delete repeated bibitem
PCRE2 (PHP >=7.3)
Search for a repeated bibitem inside the curly braces of a latex \cite command and removes it.
Submitted by
anonymous
-
3 years ago
0
acepta solo consonantes pero solo va en java
Java 8
select consonants but only do work in java ...
Submitted by
anonymous
-
3 years ago
0
consonants
PCRE2 (PHP >=7.3)
finally made same but this one works on all sides
Submitted by
anonymous
-
3 years ago
0
OpenSubtitles api finds year
PCRE2 (PHP >=7.3)
this regex finds the first year in the json file returned by opensubtitles api
Submitted by
Andrea Canton
-
3 years ago
0
Any_Date
PCRE (PHP <7.3)
Finds dates in a variety of formats with years being 2 or 4 digits. Iterations include a space, a hyphen, or a / for the separator. MM-DD-YY(YY), MM DD YY, or MM/DD/YY, and allows the month and days to have a preceding 0 such as 01/01/2021 as well as 1/1/2021. ([\/-]|\s) is the separating group a...
Submitted by
Spodg13
-
3 years ago
0
Junction Tertiary
PCRE2 (PHP >=7.3)
Tertiary Junction Power Detection
Submitted by
anonymous
-
3 years ago
0
Junction Main/Aux/Secondary
PCRE2 (PHP >=7.3)
Junction Main/Aux/Secondary Power Detection
Submitted by
anonymous
-
3 years ago
0
Wagtail
PCRE2 (PHP >=7.3)
Deferring images with wagtail
Submitted by
punksage
-
3 years ago
0
GCR Image Regex
PCRE2 (PHP >=7.3)
GCR Images
Submitted by
anonymous
-
3 years ago
0
dimension
ECMAScript (JavaScript)
t
Submitted by
t
-
3 years ago
0
Match phrase at end of line.
PCRE2 (PHP >=7.3)
Match phrase at end of line.
Submitted by
s1nglethr3ad
-
3 years ago
0
username or email?
PCRE2 (PHP >=7.3)
validate username or email
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Edit xml blocks with exceptions with regex.
PCRE2 (PHP >=7.3)
Edit xml blocks with exceptions with regex.
Submitted by
Inc321
-
3 years ago
0
Neat URL
PCRE2 (PHP >=7.3)
Регулярка для очистки URL от мусора
Submitted by
anonymous
-
3 years ago
0
Collection of sub routes with similar segments
ECMAScript (JavaScript)
asdf
Submitted by
anonymous
-
3 years ago
0
fdsf
Java 8
sdf
Submitted by
anonymous
-
3 years ago
0
id card
Java 8
打断点
Submitted by
anonymous
-
3 years ago
1
...
467
468
469
470
471
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^\d
{2,4}
[
\/
,-
]
\d
{2,4}
[
\/
,-
]
\d
{2,4}
?
:
?
?
(
:
)?
(
\d
{2}
:
\d
{2}
:
\d
{2}
:
)?
?
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago