Open alexhunsley opened 1 year ago
I think the pattern is not correct. Ask in TW forum (talk.tiddlywiki.org)
If you're curious, my RE can be seen at https://regexr.com/7i46v (it uses global and DOTALL).
Testing in with some sample tiddlers, using
Search flag: global match
Search text
```\n(.*?)\n```
Works fine!
Thanks kookma, I'll have a look at that!
I have a search and replace job which I think I need DOTALL to work with, but the interface doesn't allow DOTALL:
If you're curious, my RE can be seen at https://regexr.com/7i46v (it uses global and DOTALL).