I wanted to use a search filter like this: search[@@.deutsch]
but what I got were not only those tiddlers having this text, but also the tiddler having the filter. Of course, the @@.deutsch is also in the filtering tiddler. Fortunately I could help myself by adding an additional filter for a tag, but I thought, being able to search for regular expressions wouldn't be too bad: regex[/^@@\.deutsch$/m] would have solved my problem too. Technical note: I've put in the example the / because regexps like brackets! Additionally one is able to put the modifiers where they belong! So the beginning of the parameter will always be"[/" and the end will match /(?<!\\)\/[imsgx]\]/. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/groups/opt_out.
