Regular Expressions 101

Community Patterns

0

BG Auctions

Python
no description available
Submitted by anonymous - 6 years ago
0

recipes

Golang
no description available
Submitted by anonymous - 6 years ago
0

Example regex

Python
no description available
Submitted by anonymous - 6 years ago
0

comment

Python
no description available
Submitted by anonymous - 6 years ago

Find CSS hexadecimal color values

1

Regular Expression
ECMAScript (JavaScript)

/
#[abcdef0-9]{3,6}
/
g

Description

Loading markdown...
Submitted by anonymous - 5 years ago