I'm looking for a method to delete some text in a text file, there's no dedicated action to delete or remove text.
I tried using the "replace text" action, by filtering for the text to be removed and leaving the "replace with" field empty, it does work with every text editor I have ever worked with, but "replace with" field can not be empty.
I also tried "^$" (without the quotes) which is essentially NULL in regex, but it was treated as text (even with regex turned on).
Seems like a rather odd and obvious omission, I guess I must be missing something really simple.