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
Date verification
PCRE2 (PHP >=7.3)
date verification
Submitted by
anonymous
-
2 years ago
0
Inline TODO Regex
PCRE2 (PHP >=7.3)
My idea is to use this as a regex for linters, TODO: Do the thing Should fail many linters, however, with with this regex in place, the below format would be accepted. TODO (SIT-1234): Do the thing...
Submitted by
Graf
-
2 years ago
0
Match case sensitive string
PCRE2 (PHP >=7.3)
Match case sensitive string
Submitted by
anonymous
-
2 years ago
0
match domains from any text
PCRE2 (PHP >=7.3)
match domains from any text
Submitted by
seocringe
-
2 years ago
0
modify apache httpd config file(httpd.conf)
PCRE2 (PHP >=7.3)
FollowSymLinks 옵션 비활성화를 위한 캡처 테스트
Submitted by
anonymous
-
2 years ago
0
vehicle-registration
PCRE2 (PHP >=7.3)
German vehicle registration signs
Submitted by
musemind
-
2 years ago
0
Zarf Package Variable Check
PCRE2 (PHP >=7.3)
Checks to make sure that there are no package variables inside of the given string.
Submitted by
anonymous
-
2 years ago
0
Validar Correo electronico
PCRE2 (PHP >=7.3)
Expresion regular que valida que un correo electrónico tenga el fomato correcto
Submitted by
anonymous
-
2 years ago
0
Validacion de solo letras
PCRE2 (PHP >=7.3)
Expresion que excluye numeros
Submitted by
anonymous
-
2 years ago
0
Multiple MAC Address Validation
PCRE2 (PHP >=7.3)
Used to validate the list of MAC addresses is formatted correctly. The list of MACs can use ":", "-", or "." as a separator: Example with a "-" separator: 00-11-22-33-44-55 Example with a ":" separator: 00:11:22:33:44:55 ...
Submitted by
Joel Jordan
-
2 years ago
0
PHP: find comments without a blank line before
PCRE2 (PHP >=7.3)
I'd like to have a blank line before a line with a comment in PHP
Submitted by
anonymous
-
2 years ago
0
Regex Scores
PCRE2 (PHP >=7.3)
điểm từ 0-10 nhập được 1 và 2 chữ số thập phân
Submitted by
anonymous
-
2 years ago
0
Regex check SĐT
PCRE2 (PHP >=7.3)
có một số 0 ở đầu có 10 hoặc 11 số
Submitted by
anonymous
-
2 years ago
0
regex check name
PCRE2 (PHP >=7.3)
kiểm tra tên có hợp lệ không
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Code Block Splitting
Python
Useful for getting codeblock from a text
Submitted by
anonymous
-
2 years ago
0
Intervelead 2 of 5 custas
PCRE (PHP <7.3)
Intervelead 2 of 5 custas
Submitted by
anonymous
-
2 years ago
0
Regex nem TV
PCRE2 (PHP >=7.3)
unicode
Submitted by
anonymous
-
2 years ago
0
匹配错误的颜色表达式
PCRE2 (PHP >=7.3)
匹配错误的颜色表达式
Submitted by
anonymous
-
2 years ago
0
US Number (Match) [freeCodeCamp]
PCRE2 (PHP >=7.3)
It's easy to think about it section by section.
Submitted by
Alex
-
2 years ago
0
Họ tên VN
PCRE2 (PHP >=7.3)
Họ Tên VN
Submitted by
anonymous
-
2 years ago
1
...
830
831
832
833
834
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<!
[
:
\/
]
)
\/\/
.
*
$
/
gm
Open regex in editor
Description
Doesn't get confused by the url values like "
https://www.example.com
" or "file:///some.txt"
Submitted by
Redu
-
9 months ago
(Last modified 9 months ago)