Mat

Anything between "@@" and "@@"


Simply ...

<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".

If the match needs to span lines regex settings may need tweaking.

The same approach would apply to other "pairings".

TT

-- 
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/656f46ec-3c97-462f-87c5-9fbc6138f41a%40googlegroups.com.

Reply via email to