Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-10-09 13:25
Flavor·JavaScript

/
;\s*color:\s*#ff+;
/
gm
Open regex in editor

Description

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

Submitted by anonymous