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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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,640 community submitted regex patterns...
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
-
7 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
0
Info o filmu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Detect all HTML tags
PCRE (PHP <7.3)
This RegExp will find any and everything that's an HTML tag, and ignore the contents inside of it. (sorry if this already exists, I'm new to the site and I'm having a lot of fun with RegExp... so here's my version!)
Submitted by
William Ramsey
-
8 years ago
0
One occurrence from 0 to 10 with one decimal.
PCRE (PHP <7.3)
Only one occurrence of a value between 0 to 10 with only one decimal using ',' like point. For example: Good: 0,3 0,5 4,2 10 Fail: 92 0,31 3,45
Submitted by
anonymous
-
8 years ago
0
zero or one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Security rating reaffirmed
PCRE (PHP <7.3)
Matching financial agencies rating securities for buy/hold etc
Submitted by
anonymous
-
8 years ago
0
Убираем заголовки
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Find lines with extra semicolons
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Finding comments
PCRE (PHP <7.3)
Used for finding lines with comments in C#
Submitted by
Simon Clement
-
7 years ago
0
regex pour nom fichier pesv2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find Basic Auth in URL (without protocol)
PCRE (PHP <7.3)
no description available
Submitted by
Aaron Murray
-
7 years ago
1
...
20
21
22
23
24
...
482
Remove CDATA tags
0
Regular Expression
.NET 7.0 (C#)
@"
<!
\[
CDATA
\[
(
.
*
)
\]\]
>
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)