Suppose I have a line like this:
abc + def - vfg *
I want my output to be like this:
abc
def
vfg
If only a single operator is there, I can replace: \r\n+ with + but how to do it irrespective of all operators?
Is this possible using regex in Notepad++?