Isaac
8
Is it possible to use regex for 'search and replace' function?
E.g. I converted from evernote to joplin and have now many notes with e.g. the following text/link in it:
Bestellung: #[028-5659582-7620329](https://www.amazon.de/gp/r.html?C=EY07A4VFU)
I want to remove all those # which stands in front of the links.
E.g. search for Bestellung: #[ and replace it with Bestellung: [?
Do I have to escape #[ characters in any way?
Could I fine tune this search to include some regex to check for e.g. at least 3 digits (\d) after the [?
Thanks
1 Like