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
JOOMLA_KEY
PCRE2 (PHP >=7.3)
Identifies Joomla! Language Keys
Submitted by
anonymous
-
3 years ago
0
snake case
PCRE2 (PHP >=7.3)
What is snake case? Snake case is a naming convention in which a developer replaces spaces between words with an underscore. Snake case examples Here are three simple examples of code in the snake case naming convention: increase_count_by_one materials_procurement...
Submitted by
Moonshadow2333
-
3 years ago
(Last modified 3 years ago)
0
Username Middle name Surname regex matcher
Java 8
Username Middle name Surname regex matcher
Submitted by
Nikola
-
3 years ago
0
Bible Quote Regex
PCRE2 (PHP >=7.3)
Regex that matches any bible quote that is more specific than a singular book.
Submitted by
anonymous
-
3 years ago
0
IPV4 Grabber
PCRE2 (PHP >=7.3)
This expression grabs any IPV4 address from any text, any time, anywhere. Hopefully.
Submitted by
Ricardo Chica
-
3 years ago
(Last modified 3 years ago)
0
INI values
PCRE2 (PHP >=7.3)
not done yet
Submitted by
anonymous
-
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
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
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
Email regex
ECMAScript (JavaScript)
email regex with subdomain
Submitted by
anonymous
-
3 years ago
0
Regex
Python
wifiwnsml
Submitted by
krishabj
-
3 years ago
0
DEPIT INFO
Python
K
Submitted by
K
-
3 years ago
0
SUBTOTAL
Python
SUBTOTAL 15.88
Submitted by
KRISHNA
-
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
Time in hh:mm:ss
PCRE (PHP <7.3)
19h32min16s
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
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
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
CPF|CNPJ
Python
Match Brazilian documents
Submitted by
Bacco
-
3 years ago
0
恩更
Python
非法发
Submitted by
anonymous
-
3 years ago
1
...
434
435
436
437
438
...
900
Community Library Entry
0
Regular Expression
Python
r"
(?:
NBCRCT
\s
+
\d
*
\s
+
[
\w\d
]
+
\s
+
(
\d
+
)
)
|
(?:
(
[
A
-
Z
]
{2,3}
-
[
A
-
Z
]
{2,3}
)+
\s
+
[
A
-
Z
\s
\-
]
+
(
\d
+
)
)
"
gm
Open regex in editor
Description
mss
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)