Regular Expressions 101

Community Patterns

Change white color text in html

0

Regular Expression
ECMAScript (JavaScript)

/
;\s*color:\s*#ff+;
/
gm

Description

Find the white color text in html. Using replace command we have to change some other colors

Submitted by anonymous - 3 years ago