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 9,440 community submitted regex patterns...
0
AIJMON 1/3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
task2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
get all tags except one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
get attributes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
html content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Decimal type check for view column
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Schema.Table_name | \ \*\
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
FROM\ SCHEMA(.TABLE_NAME)?
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Schema.Table_name | \ \*\
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
attr
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
final
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
SCHEMA.TABLE_NAME|Primary_key (x (x+n)?)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
final2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Поиск объявлений функций и процедур на T-SQL (Find function (procedure) declarations for T-SQL)
PCRE (PHP <7.3)
Русский Я использовал это регулярное выражение для построения Notepad++ списка функций и процедур в SQL файле. Пример окна Notepad++ со списком функций Вызывается командой: Вид\Список функций. Так как в Notepad++ нет встроенного парсера для SQL кода, то пришлось написать свой. Чтобы его встроить...
Submitted by
FFFFF
-
8 years ago
0
Add a nonce for inline scripts (CSP, nginx)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
DisSection_Parser
PCRE (PHP <7.3)
no description available
Submitted by
zhaDe
-
8 years ago
0
Url brochure met utm
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
RegexForSplitStringUsingRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
YouTube Video URL Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
19
20
21
22
23
...
472
Community Library Entry
3
Regular Expression
Golang
`
(?i)
^
(?:
(
[
a
-
z0
-
9-
]
+
|
\*
)
\.
)?
(
[
a
-
z0
-
9-
]
{1,61}
)
\.
(
[
a
-
z0
-
9
]
{2,7}
)
$
`
gm
Open regex in editor
Description
Validates subdomain, root domain, and wild card domains
Submitted by
AnonymousDapper
-
8 years ago