Issue
I want to find all files that have multiple new line characters at the end of their content.
How is this possible?
Solution
FYI: It's possible to search for this with PHPStorm using RegEx search term \n+\n\Z
Answered By - Simon Answer Checked By - Mildred Charles (WPSolving Admin)