A regular expression to match all empty strings. Can be used to replace empty strings with custom characters in your document.
/^$/g
See Also:
- Regular Expression To Match All Blank Lines In Document
- Regex To Match Non-blank And Non-Empty String
- Regular Expression For Empty String