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
nvm help pattern
PCRE2 (PHP >=7.3)
work in progress! :)
Submitted by
anonymous
-
4 years ago
0
parágrafo com estilos e data
PCRE2 (PHP >=7.3)
]*>((0?[1-9]|12|3[01])\/\-|1[012])[\/\-]\d{4})
Submitted by
anonymous
-
4 years ago
0
Identity Number Format for Turkey
PCRE2 (PHP >=7.3)
This format is just for precheck use. It will not validate completely. If you want for more validation you should call webservices.
Submitted by
mbaysal
-
4 years ago
0
Valor Dinheiro
Python
Validar um valor em dinheiro
Submitted by
anonymous
-
4 years ago
0
blogtag for dave
PCRE2 (PHP >=7.3)
regex for urls
Submitted by
Yaron
-
4 years ago
0
Litecoin-1fcfd
PCRE (PHP <7.3)
litecoin:Ldeontgmqp8NJnwk8pwcM4gv31VhJL2WgS?label=luckyfish.%20io%20tnlzsp6i93b9
Submitted by
anonymous
-
4 years ago
0
HMR siprec MIME
PCRE2 (PHP >=7.3)
siprec
Submitted by
anonymous
-
4 years ago
0
sentence break
ECMAScript (JavaScript)
breaks the blobs into sentences
Submitted by
Imran A
-
4 years ago
0
Capture api endpoint name
PCRE2 (PHP >=7.3)
matches someApiName in someApiNameApi
Submitted by
anonymous
-
4 years ago
0
filter Google Cloud monitoring labels
PCRE (PHP <7.3)
useful for filtering data from Gooogle Compute Engine monitoring into grafana
Submitted by
NR0Q
-
4 years ago
0
Detecting CJK Chars in Golang!
Golang
Detecting CJK Chars in Golang!
Submitted by
anonymous
-
4 years ago
0
({( ?){ ( ?)(.*) ( ?)}( ?)})
Java 8
{ { I\'m so {cool}, I\'m nested }} I\'m neither { I\'m just boring normal braces }
Submitted by
anonymous
-
4 years ago
0
validate tlf
PCRE2 (PHP >=7.3)
Validate tlf
Submitted by
anonymous
-
4 years ago
0
YAML Textmate Grammar - Name Property Hoister
ECMAScript (JavaScript)
YAML Textmate Grammar - Name property hoister Moves a later name key value pair in multi-value block map definition to the top of its body (e.g. value with - prefix), easily changable to other keys and indent levels. Details/Notes on Modification ...
Submitted by
disk0
-
4 years ago
0
ECMAScript - Variable Identifier
ECMAScript (JavaScript)
Any valid ECMAScript identifier name
Submitted by
disk0
-
4 years ago
0
Log Data Parsing
Golang
parse log data
Submitted by
anonymous
-
4 years ago
0
Single Letter, No Numbers + Letter Exclusions
PCRE (PHP <7.3)
Allow users to only enter a single letter, no numbers, and determine which characters they are not allowed to enter (both uppercase and lowercase).
Submitted by
anonymous
-
4 years ago
0
2 output
PCRE2 (PHP >=7.3)
第1篇 正则表达式基础 第1章 外行看正则表达式 1.1 什么是正则表达式 1.2 本书使用的测试工具 1.3 理解元字符 1.3.1 匹配位置的元字符 ...
Submitted by
George_01
-
4 years ago
0
URL starts with HTTP/HTTPS
PCRE2 (PHP >=7.3)
Check URL starts with HTTP/HTTPS and has content after (e.g. https://www.test.com)
Submitted by
anonymous
-
4 years ago
0
Car2DB format
PCRE2 (PHP >=7.3)
My REGEX
Submitted by
Author
-
4 years ago
1
...
752
753
754
755
756
...
900
Community Library Entry
1
Regular Expression
Python
r"
(?!
)
=
(?!
)
"
gm
Open regex in editor
Description
In this case it is only =, but you can easily modify it to add more operators.
Submitted by
rugk
-
9 years ago