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
REgex para capturar cpf (V1)
PCRE (PHP <7.3)
Esse regex captura CPFS em documentos de texto, uma vez bem formatados.
Submitted by
anonymous
-
4 years ago
0
fdb-mac-table (zte)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Case Insensitive text between 1 and 64 Characters, ending with one of 4 suffix
PCRE (PHP <7.3)
Used in Powershell to validate that: -Only the desired characters will be used regardless of Case. -Accept between 1 and 64 Characters -Ending should be one of the 4 values separated by "|" [ValidatePattern('(?i)^[-_a-z0-9]{1,64}(_dev|_test|_pre|_prod)$')][string]$pattern = read-host "Write DB Name"
Submitted by
anonymous
-
4 years ago
0
Case Insensitive text between 1 and 64 Characters, not ending with one of 5 suffix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
‘.’ operator
Python
. 运算符 匹配任意单个字符,但不匹配换行符。
Submitted by
anonymous
-
4 years ago
0
[x1-x2] /[x1x2...xn] char set
Python
在方括号中使用连字符来指定字符集的范围。 在方括号中的字符集不关心顺序。
Submitted by
anonymous
-
4 years ago
0
Material Description with next meterialDescription
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSN VR Sainte 25-6-2020
PCRE (PHP <7.3)
Bilhetes CSN Volta Redonda ligações saintes 25/6/2020
Submitted by
anonymous
-
4 years ago
0
CSN VR RAMAL RAMAL 25-6-2020
PCRE (PHP <7.3)
CSN VR RAMAL RAMAL
Submitted by
anonymous
-
4 years ago
0
CSN VR RAMAL RAMAL 25-6-2020
PCRE (PHP <7.3)
CSN VR RAMAL RAMAL
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
SEMS
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
sem
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
CSN Bilhetes Saintes Resende
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
conatact
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
CSN Casa de Pedra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
CSN Casa de Pedra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
totalsource
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
...
309
310
311
312
313
...
900
Community Library Entry
5
Regular Expression
Python
r"
(
.
*
?
)
\s
(
\d
{1,2}
)
(?:
:
(
\d
{1,2}
)
(?:
-
(
\d
{1,2}
)?
)?
)?
"
Open regex in editor
Description
For scraping
http://skepticsannotatedbible.com/
Submitted by
antaytheist-owner
-
9 years ago