Author: Andrew Kingdom Note: These are grep patterns I find useful for the BBEdit text editor on MacOS. Some templates may need modification/changes before use on your specific data.
-
Remove Blank Lines
- Find:
^\s*$\n
- Replace: (empty string)
- Find:
-
Pascal Comment to C Comment
-
Find:
{([^}]*)}