Skip to content

Instantly share code, notes, and snippets.

@maximelebreton
Created September 24, 2013 20:21
Show Gist options
  • Star 27 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save maximelebreton/6690650 to your computer and use it in GitHub Desktop.
Save maximelebreton/6690650 to your computer and use it in GitHub Desktop.
class="[a-zA-Z0-9:;\.\s\(\)\-\,]*"
@nabrown
Copy link

nabrown commented Nov 7, 2023

I had to use \sclass="[a-zA-Z0-9:;_\.\s\(\)\-]*" in VS Code (added _, removed escaped ,, match initial whitespace)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment