Last active
March 2, 2022 12:00
-
-
Save nicorellius/2b725f8b92daf3a63370443dd6d30d95 to your computer and use it in GitHub Desktop.
REGEX to find missing semicolon in CSS and replace in PHPStorm IDE
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
(?<=\w[^,;{}])$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for this! An absolute lifesaver.