Mark S. wrote: > > It's probably time to reconsider the file-globbing versus regular > expression approach. File-globbing was good, but it does limit the name > comparisons. > > You're good with regular expressions ;-) >
I love them! They are so annoying to get right :-) What would be a good matching rule so that stem matches > > stem(1) > stem (1) > stem (1)(2) > > BUT NOT > > stem (old) > stem (john) > > I'm thinking that a match that searches for stem<space>*<left > brace><number><non-greedy-indicator> > This would mean people couldn't deliberately use (number) in their stem > names, but would open up stems that > currently would match (e.g. polly vs polly-dev) > I'll do a test page. In the end it will be easiest to be sure we get it right. A domani 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/7c4a57ec-bd34-4df4-a6bc-5552a04c4fb9%40googlegroups.com.

