Created
July 19, 2018 05:05
-
-
Save danmoseley/ba45633b88a4c1474229be9c645f2753 to your computer and use it in GitHub Desktop.
Regex snippets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lines not containing 'class' | |
^(?:(?!class)[\s\S])*$ | |
^((?!class)[\s\S])*$ | |
^(?!.*class).*$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment