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...
1
Letters Only
PCRE (PHP <7.3)
It checks the string to be only letters with no spaces or any other char than a-z and A-z
Submitted by
anonymous
-
8 years ago
1
Trim whitespaces regex
PCRE (PHP <7.3)
this is trim-like regex
Submitted by
Giuseppe Tavella
-
8 years ago
1
q
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Search "contains" PHP conditions and replace
PCRE (PHP <7.3)
no description available
Submitted by
Jan Barasek
-
8 years ago
1
Cascade ID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
anchor from within html tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
group german streetnames and streetnumbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
hjkkk
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Parse DocBlock tags
PCRE (PHP <7.3)
Parse DocBlock tags to name & value
Submitted by
Jaanus Heeringson
-
8 years ago
1
strct_separate_cart discount
PCRE (PHP <7.3)
Searching for instances of strct_separate_cart with discount as a member
Submitted by
Carlos Vazquez
-
8 years ago
1
End with digits
PCRE (PHP <7.3)
Checks if a string ends with digits
Submitted by
Peter Krauß
-
8 years ago
1
CohhCarnage giveaway started
PCRE (PHP <7.3)
no description available
Submitted by
Me
-
8 years ago
1
Citations
PCRE (PHP <7.3)
no description available
Submitted by
Saranya
-
8 years ago
1
A
PCRE (PHP <7.3)
Aa
Submitted by
anonymous
-
8 years ago
1
SQL Limit Clause
PCRE (PHP <7.3)
checks for valid limit clause of an sql statement
Submitted by
Magesh Kumaar
-
8 years ago
1
VK Video URL Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Lib
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Outher {} brackets
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
css_dark
ECMAScript (JavaScript)
css样式排除github的 一个正则表达式
Submitted by
amy
-
8 years ago
1
...
221
222
223
224
225
...
900
Community Library Entry
0
Regular Expression
Python
r"
https://www
\.
roco
\.
cc/rde/
(
produkte/
(
[
A
-
z
]
*
)
|
home-neuheiten
)
/
(
[
A
-
z
]
*
)
/
*
(
[
0
-
9
]
{5,}
)
-
(
[
A
-
z
]
*
)
-
(?P<baureihe>
el
|
e
|
cc
|
litra-eb
|
s
|
br
|
tkt
|
rh
)*
(?P<number>
[
e%0
-
9
\-
]
*
)
-
(
[
a
-
z
\-
]
*
)
.
html
"
g
Open regex in editor
Description
Parses a url on the roco.cc site to its informative parts
Submitted by
Dirkjan Krijnders
-
2 years ago