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
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Find Application URLs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
REGEX PARAM Entretoise Kloos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
STJ_IMM_001_20200909_Moradas1a.txt
PCRE (PHP <7.3)
Este corpus consta de 8386 caracteres y corresponde a la primera mitad del primer capítulo de las Moradas primeras de la mística Santa Teresa de Jesús.
Submitted by
anonymous
-
4 years ago
0
STJ_IMM_002_20200909_Moradas1b.txt
PCRE (PHP <7.3)
Este corpus consiste en 3777 caracteres de la segunda mitad del primer capítulo de las primeras moradas de Santa Teresa de Jesús.
Submitted by
anonymous
-
4 years ago
0
Stopwords 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Stopwords
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
FORMA MÁS EFECTIVA PARA SELECCIONAR SIGNOS DE PUNTUACIÓN
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Cuting Email
PCRE (PHP <7.3)
This little regex is taking an email and creating 2 group first is for before the @ sign and the second is for after the @ sign
Submitted by
anonymous
-
4 years ago
0
Signos de puntuación de "El rayo de Luna"
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
A UNC path or a local drive path
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Time, Distance, Pace, SPM, HR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - cleaning of hyphens, tildes, and closing brackets
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - removing annotations in brackets
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN - deleting category annotations
Python
no description available
Submitted by
anonymous
-
4 years ago
0
UWN main regex - selecting rows
Python
no description available
Submitted by
anonymous
-
4 years ago
0
URLs path level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
t2
Python
no description available
Submitted by
anonymous
-
4 years ago
0
lua comment
ECMAScript (JavaScript)
no description available
Submitted by
Gallactica
-
4 years ago
0
t3
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
288
289
290
291
292
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
[^]
*
?
`
{3}
(?:
json
)?
\n
(
.
*
[^]
*
?
)
\n
`
{3}
[^]
*
?
$
/
i
Open regex in editor
Description
Useful to extract JSON from LLM markdown responses
Submitted by
Lamer217
-
a year ago
(Last modified a year ago)