Guest User

Untitled

a guest
Jul 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. Lines not containing 'class'
  2.  
  3. ^(?:(?!class)[\s\S])*$
  4. ^((?!class)[\s\S])*$
  5. ^(?!.*class).*$
Add Comment
Please, Sign In to add comment