Regular Expression For Empty String

A regular expression to match all empty strings. Can be used to replace empty strings with custom characters in your document.

/^$/g

See Also:

Regex Is Copied!