Regex Does Not Match Word - I suggest bookmarking the msdn regular expression quick reference. Web one way to perform a “not match” operation with regex is by using the caret (^) symbol. ^ ( (?!screen).)*$ this is inspired by.
Web one way to perform a “not match” operation with regex is by using the caret (^) symbol. ^ ( (?!screen).)*$ this is inspired by. I suggest bookmarking the msdn regular expression quick reference.