Advanced Search (Regex, Boolean, etc)

I’m trying to figure out how to run advanced searches within Drafts and am sure I’m missing something. Is boolean, or Regex supported? I use tags within my notes; some with ‘@‘ signs and am having trouble with search. Any help is very much appreciated. Thanks!

Regular expressions (based on NSRegularExpression) are indeed supported. The find/replace feature is documented on the web site, and you’ll want to have a read of the advanced section for more details on this.

Ahh… thanks for that. Will check it out.

So if I do find (with regex searching on) for \n it finds the end if every line like I expect. But it doesn’t work the way I expect in the replace side - it gives me just a letter n. What am I missing?

It’s simply that it is a match token, not a replace token. Just type in a new line in the replace if that’s what you need.