I have the next text:
hola este es un test.
Test de regexp.
Super man
es un héroe de comic.
Test nueva linea
And the result I expected If there are a dot (.), then a carriage return and then a word (A-Za-z), put inside a extra Carriage Returns. Example:
hola este es un test.
Test de regexp.
Super man
es un héroe de comic.
Test nueva linea
How do you do in EditPad Pro replace Panel? I think that I need use Backreferences.