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 9,520 community submitted regex patterns...
0
X3D SFBool
PCRE (PHP <7.3)
X3D SFBool X3D SFBool is a single-field boolean value. http://www.web3d.org/specifications/X3dRegularExpressions.html#SFBool
Submitted by
anonymous
-
6 years ago
0
X3D SFBool
PCRE (PHP <7.3)
X3D SFBool X3D SFBool is a single-field boolean value. http://www.web3d.org/specifications/X3dRegularExpressions.html#SFBool
Submitted by
anonymous
-
6 years ago
0
regex link Facebook
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove empty tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match common tar file extensions
PCRE (PHP <7.3)
Extensions sourced from here#Suffixes_for_compressed_files),
Submitted by
Stephen Gregoratto
-
6 years ago
0
regex for - near plot / over
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
matching all br for replace
PCRE (PHP <7.3)
preg_replace( '', '%newline%', $string )
Submitted by
anonymous
-
6 years ago
0
Tous les pays
PCRE (PHP <7.3)
devtable.config id="CodPay"
Submitted by
anonymous
-
6 years ago
0
Clear WCF Contracts
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Instagram mention 2018
PCRE (PHP <7.3)
Handles single letter usernames, initial / trailing / consecutive periods, max length of 30 letters.
Submitted by
anonymous
-
6 years ago
0
Regex Address PHP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Parse Accept Header HTTP
PCRE (PHP <7.3)
Parse the Accept request HTTP header advertises which content types, expressed as MIME types, https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept
Submitted by
anonymous
-
6 years ago
0
number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Literals
PCRE (PHP <7.3)
Primer ejercicio del Curso de Expresiones Regulares
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Modes
PCRE (PHP <7.3)
Curso de Expresiones Regulares: Modos
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Meta Characters
PCRE (PHP <7.3)
Curso de Expresiones Regulares: Meta Caracteres
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Cuantificadores y Repetición
PCRE (PHP <7.3)
Curso de Expresiones Regulares: Cuantificadores y Repetición
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Limitar repeticiones
PCRE (PHP <7.3)
no description available
Submitted by
Vladimir Hernández Castro
-
6 years ago
0
Gready y Lazy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Rok - Měsíc - Den z formátu YYYY-MM-DD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
119
120
121
122
123
...
476
Community Library Entry
8
Regular Expression
Python
r"
/
?
t
?
e
?
s
?
t
?
/
(
\w
+
)+
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago