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
French avenue check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Even better UK postcode regex
PCRE (PHP <7.3)
includes mandatory whitespace for UK postcodes credit goes to the original version, this is improved with mandatory whitespace.
Submitted by
anonymous
-
5 years ago
0
Email Validator
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Sport Match result
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
English Avenue pattern
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Names and Shortnames
ECMAScript (JavaScript)
validating names and short names
Submitted by
anonymous
-
5 years ago
0
^ Operador
ECMAScript (JavaScript)
El operador ^ cuando este operador se usa dentro de unos corchetes significa que se niega la expresión que se solicita si se usa sin los corchetes significa que asi debe de empezar una expresión dada
Submitted by
Jesus
-
5 years ago
0
FOREACH
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Oracle Create Table
PCRE (PHP <7.3)
Oracle Create Table
Submitted by
anonymous
-
5 years ago
0
Fizl tag parsing
Python
The fizl tool for Tex coherence checking supports %[tag] elements
Submitted by
anonymous
-
5 years ago
0
Bootstrap Class 'col-*-*' replace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
family search link
PCRE (PHP <7.3)
get from interactive-container svg
Submitted by
anonymous
-
5 years ago
0
Format Korean Mobile Number
ECMAScript (JavaScript)
대한민국 휴대폰 번호에서 국가번호(82), 지역번호(01X), 앞번호3-4자리, 뒷번호 4자리를 countyCode, areaCode, firstFourDigits, lastFourDigits로 Mapping
Submitted by
anonymous
-
5 years ago
0
get names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Remove space at end of string
PCRE (PHP <7.3)
removes trailing spaces
Submitted by
anonymous
-
5 years ago
0
Die alte Schreibnorm der Telefonnummer
PCRE (PHP <7.3)
Für die Konvertierung in die neue Norm
Submitted by
anonymous
-
5 years ago
0
TV Show Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Email Address Validation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
unit_no_extraction
Python
CREMATRIX
Submitted by
anonymous
-
5 years ago
0
Extract parts from EDIR naming convention
PCRE (PHP <7.3)
^([A-Z]{4})\-([A-Z]{3})\-([A-Z]{1,7})\-([A-Z]{4})\-(\d{3})$ ^([A-Z]{4})\-([A-Z]{3})\-([A-Z]{1,7})\-([A-Z]{4})\-(\d{3})\([A-Z]{1})\([[:alnum:]])([[:alnum:]]{3})\_([[:alnum:]])([[:alnum:]]{3})$
Submitted by
anonymous
-
5 years ago
1
...
235
236
237
238
239
...
900
Community Library Entry
-1
Regular Expression
PCRE2 (PHP >=7.3)
/
"
(
[^
"
]
+
)
"
/
g
Open regex in editor
Description
Select string between double quotes.
Submitted by
anonymous
-
a year ago