Created
February 6, 2017 22:06
-
-
Save Lokua/ee381448248b5d78ad2407d7f60b0821 to your computer and use it in GitHub Desktop.
Chrome DevTools regexp to ignore 404s #RegExp #ChromeDevTools
This file contains hidden or 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
^((?!SOME_STRING).)*$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment