Hi Mark, thanks, again you saved my day! I will implement this at once! Jan
Mohammad <[email protected]> schrieb am So. 14. Juli 2019 um 19:18: > Hi Mark, > I was surprised with this simple and elegant solution you proposed albeit > the regxp is behind my knowledge! :-) > > Added to TW-Scripts. > > Cheers > Mohammad > > > On Sunday, July 14, 2019 at 9:21:42 PM UTC+4:30, Mark S. wrote: >> >> You need to put your expression in a separate variable: >> >> <$vars reg="(?g)\[\[.*?\]\]"> >> <$list filter="[!is[system]regexp:myfield<reg>]"/> >> </$vars> >> >> I tested using field "myfield". I was surprised to find that there >> actually is a matching field at tiddlywiki.com. >> >> Note that the regexp filter has its own notation for indicating a global >> search. I put it in, but don't really understand what use it has, since it >> is the tiddler that gets returned, not the field. So finding one match >> should be good enough. >> >> >> On Sunday, July 14, 2019 at 3:51:37 AM UTC-7, Jan wrote: >>> >>> Hi Mat, >>> Unfortunately filtersyntax gets so terribly complicated when the param >>> contains squarebrackets. >>> This here causes a syntax error: [!is[system]regexp[/\[.*?\]/g]] >>> >>> And how do I enter the suffix for the field? >>> -Jan >>> >>> >>> >>> >>> Am 14.07.2019 um 12:03 schrieb Mat: >>> >>> >or else it would probably be veeery tricky to find them. >>> >>> Pah! I'm exaggerating. It is "just" a matter of creating the right >>> regexp for it. Not that I could do it. >>> >>> <:-) >>> -- >>> 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 post to this group, send email to [email protected]. >>> Visit this group at https://groups.google.com/group/tiddlywiki. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/tiddlywiki/ebad32fa-60c1-4434-a943-350812eb47d7%40googlegroups.com >>> <https://groups.google.com/d/msgid/tiddlywiki/ebad32fa-60c1-4434-a943-350812eb47d7%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >>> >>> -- > 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 post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/tiddlywiki. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/3989d192-3218-4d29-8eef-114071e5fcc4%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/3989d192-3218-4d29-8eef-114071e5fcc4%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CALdpFy0ud6VBzp2gThDVgmqn_KJDN1kNJxnuSi%3DDgxmJgM5Vfg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

