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,000 community submitted regex patterns...
0
PO Number
Python
Detects specific prefixes followed by number series
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Credit Note
Python
Detects specific word in a sentence
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Postfix
PCRE2 (PHP >=7.3)
Add DR to end of line
Submitted by
anonymous
-
3 years ago
0
dice thing
Python
Stuff for a dnd thing
Submitted by
Cata
-
3 years ago
0
完形填空
Python
完形填空
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
恩更
Python
非法发
Submitted by
anonymous
-
3 years ago
0
CPF|CNPJ
Python
Match Brazilian documents
Submitted by
Bacco
-
3 years ago
0
extract query and path params - incomplete
PCRE2 (PHP >=7.3)
Working on a regex to extract path and query params
Submitted by
anonymous
-
3 years ago
0
Something...
Java 8
Look for all entries of a country on a list that can have repeated values
Submitted by
anonymous
-
3 years ago
0
case insensitive uuidV4
PCRE2 (PHP >=7.3)
detect uuid V4 in string case insensitive. matches: 1d95e013-3c09-4883-88f1-4337ba0b8ddc AND 1D95E013-3C09-4883-88F1-4337BA0B8DDC
Submitted by
ywk
-
3 years ago
0
Time in hh:mm:ss
PCRE (PHP <7.3)
19h32min16s
Submitted by
anonymous
-
3 years ago
0
File Size Parsing Pattern
ECMAScript (JavaScript)
Purpose This pattern is used to parse human readable text strings regarding file sizes. The pattern names four capture groups in the string for the following purposes: ...
Submitted by
Vincent Engler
-
3 years ago
(Last modified 7 months ago)
0
SUBTOTAL
Python
SUBTOTAL 15.88
Submitted by
KRISHNA
-
3 years ago
0
DEPIT INFO
Python
K
Submitted by
K
-
3 years ago
0
Regex
Python
wifiwnsml
Submitted by
krishabj
-
3 years ago
0
Email regex
ECMAScript (JavaScript)
email regex with subdomain
Submitted by
anonymous
-
3 years ago
1
Imperva audit log regex
PCRE2 (PHP >=7.3)
Contains regex to parse the CockroachDB SQL audit log file
Submitted by
Lesley Miller
-
3 years ago
0
RPCS3 Compatibility list parser (Playable only)
PCRE2 (PHP >=7.3)
Parse game's titles from list. Just copy/paste data from the table and get parsed results from match information. Example: NPEB00128 Digital (PSN)Zombie Apocalypse Playable...
Submitted by
tekknoid
-
3 years ago
0
INSEE code for french municipalities
ECMAScript (JavaScript)
This is a regex that allows you to match INSEE codes for a french municipality. It is different from a french postal code, because it can have "A" or "B" in its second character, used in codes for cities located in Corse. Example: 2A004 for Ajaccio. ...
Submitted by
thomasdom
-
3 years ago
(Last modified 3 years ago)
0
basic gitlab rule for job to not be runned automaticaly for specific branch
PCRE (PHP <7.3)
rules: if: '$CI_COMMIT_BRANCH !~ /^release|hotfix|$CI_DEFAULT_BRANCH\/.*$/' when: manual allow_failure: true when: always `
Submitted by
Kramtoske
-
3 years ago
1
...
142
143
144
145
146
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
7
|
8
)
(
\
|
-
)?
\(
?
9
\d
{2}
\)
?
(
\
|
-
)
\d
{2,3}
(
\
|
-
)?
\d
{2,3}
(
\
|
-
)?
\d
{2,3}
/
gm
Open regex in editor
Description
Public phone regex
Submitted by
AlexVerkhov
-
3 years ago