My trick is to "flatten" the text before applying the target regular expression
...tiddlers...splitregexp[\n]join[ ]splitregexp<myfilter> ... It sometimes works ;-) On Saturday, August 24, 2019 at 11:08:59 AM UTC-7, Mat wrote: > > @TiddlyTweeter wrote: >> >> >> <option value="@@(.+?)@@">Match between "@@" pairs</option> >> >> The *"+?"* is to make the match "lazy" so it won't extend beyond the >> second @@ to a third pair of @@. >> The content between them is passed to a "capturing group". >> > > Thank you - but: > > If the match needs to span lines regex settings may need tweaking. >> > > In deed, this common case is not found AFAICT: > > @@.mystyle > foo bar > @@ > > <:-) > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/21ff4b1c-b63f-4e1b-91a6-c8b1a35ec40f%40googlegroups.com.

