How to add line break to search and replace [closed]
In many documents I have the following:
| | *
What I require is
| |
*
i.e. I need to find | | * and replace this with | | and then a line break and then *
How do I do this? Any help greatly appreciated :)