Last active
March 28, 2022 19:00
-
-
Save YongmingZhao/7a42a0a4bedab479f6e1a5bbd4547841 to your computer and use it in GitHub Desktop.
JS regex
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
^CREATE[\s\w`\(\n\),'\u00000-\uFFFFF-]*;$ //match sql | |
^(\s)*$\n //match empty line |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment