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
對象學校英文名稱
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
13/11/2019
PCRE (PHP <7.3)
Almost ready!!!
Submitted by
anonymous
-
5 years ago
0
numbers between 100 & 99999 with optional decimal numbers, upto 2 decimal places
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
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
-1
WP debug 1
PCRE (PHP <7.3)
For: [15-Nov-2019 06:00:01 UTC] PHP Notice: wpdb::prepare was called incorrectly. The query does not contain the correct number of placeholders (0) for the number of arguments passed (1). Please see Debugging in WordPress for more information. (This message was added in version 4.8.3.) in /var/www/...
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
1
...
610
611
612
613
614
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\
{
|
\s
+
\}
|
:
(?=
)
|
;
)
/
g
Open regex in editor
Description
converts CSS SASS to Stylus
Submitted by
anonymous
-
8 years ago