something like regex style textbox validation in css

13 hours ago 3
ARTICLE AD BOX

Is there something like div:regex('some regex'){

color:red;

}

or #error_message{

display:none;

}

There could be textbox validation done using regex in css. Textbox could be found

using css like above then in case regex match color blue else color red.

So textbox validation could be done using css.

Read Entire Article