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
FB match group
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
SQL INSERT Columns only
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
放音乐
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Regex Remove URL Parameters
PCRE (PHP <7.3)
Removing URL Parameters from URL PATH
Submitted by
anonymous
-
5 years ago
0
CRON Expression Regex
ECMAScript (JavaScript)
Any Number Allow range 12-34 some special characters Only W and L alphabet for demo use.
Submitted by
anonymous
-
5 years ago
0
关闭
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
10 day regex FULL - 9 props
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Gedera test regularneho vyrazu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
唱歌
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Simple Medicaid HICN
PCRE (PHP <7.3)
Here's a PHP PCRE regexp that has room for improvement but works for me...
Submitted by
anonymous
-
5 years ago
0
email - javascript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Extract value of time from *.csv file name
Python
Works for both positive and negative exponent Works for both lowercase exponent (e) and uppercase exponent (E)
Submitted by
anonymous
-
5 years ago
0
Extract Abaqus file/ Nastran file node number and mapped temperature or pressure value
Python
Process: Temperature/ pressure data generated by CFD software StarCCM+ Temperature/ pressure data extracted during runtime by StarCCM+ in form of *.csv files Data extracted every x timesteps (x = integer value >= 1) Data mapping performed using "tabular data mapper" tool in StarCCM+. Algorithm used...
Submitted by
anonymous
-
5 years ago
0
Busca nome função
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Chilean phone number (mobile)
Python
phone number with country cod. +56 (chile)
Submitted by
anonymous
-
5 years ago
0
Lookahead and lookbehind
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Not contaning subdomain and substring
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Cách "tóm lấy" string cần tìm đưa vào Group
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Replacetext widget isset
PCRE (PHP <7.3)
Voegt een if statement toe aan alle widget parameters die worden aangeroepen om te kijken of ze al gedefinieerd zijn.
Submitted by
anonymous
-
5 years ago
0
Replacetext widget isset
PCRE (PHP <7.3)
Voegt een if statement toe aan alle widget parameters die worden aangeroepen om te kijken of ze al gedefinieerd zijn.
Submitted by
anonymous
-
5 years ago
1
...
569
570
571
572
573
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
(
[
1
-
9
]
\d
{0,3}
|
[
1
-
5
]
\d
{4}
|
6
[
0
-
4
]
\d
{3}
|
65
[
0
-
4
]
\d
{2}
|
655
[
0
-
2
]
\d
|
6553
[
0
-
5
]
)
)
$
/
Open regex in editor
Description
validates TCP/UDP port number (1..65535)
Submitted by
sanchox
-
10 years ago