(For EditorMagic <http://editormagic.tiddlyspot.com/>)

Based on information from this regex tutorial 
<https://www.rexegg.com/regex-uses.html#textsearch>, (see under "bubble") I 
am using this regexp and setup:

<$set name=re value="^(?=.*?\<\<foo\b).*?>>.*">
{{{ [all[tiddlers]prefix[Draft]!is[current]regexp:text<re>] }}}
</$set>

...to capture tiddlers with this text:

lorem ipsum <<foo bar>> lorem ipsum

However, this does not capture tiddler that, for example, have an empty 
line above that text like so:


lorem ipsum <<foo bar>> lorem ipsum

How can this regexp be modified to accept any text that has <<foo ...... >>

^(?=.*?\<\<foo\b).*?>>.*

Thank you.

<:-)

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/384be11a-9093-48ce-9aa7-df712d61adcd%40googlegroups.com.

Reply via email to