@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/95f8d01c-ffc2-47e9-822d-509438821b6b%40googlegroups.com.

