Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

CSS Regex selector - Using Regular Expression in CSS

Just like JQuery, CSS also offer a great way to filter out elements with selectors using Regular Expressions.

Selecting on  Attribute and value

[[att=str]]{style="font-family: 'courier new', Courier;"} :- attribute value is exactly matching to str

[[att*=str] ]{style="font-family: 'courier new', courier;"}:-  attribute value contains str - value can …



This post first appeared on The Geeky Way | Technology Inside Out, please read the originial post: here

Share the post

CSS Regex selector - Using Regular Expression in CSS

×

Subscribe to The Geeky Way | Technology Inside Out

Get updates delivered right to your inbox!

Thank you for your subscription

×