Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
^([0-9]{1,3}), ?\1, ?\1$
/
gm

Description

Finds greys by checking if R, G, B values are equal

Submitted by anonymous - 7 years ago