I had missed out the ^, so that fixed it, thank you!
To explain what I'm doing, just in case you're interested, I have a table
of missing tiddlers, with a set of checkboxes for common tags. This filter
will find the short ones that might be more likely to be tagged
"abbreviation".
(of course, is it valuable to create empty tiddlers just to have fewer
missing tiddlers? debatable)
On Thursday, 5 April 2018 18:07:34 UTC+4, Stephan Hradek wrote:
>
> I do not completely understan your question.
>
> But this is an explanation for regexp:
>
>
> - [\w{1,4}$]
>
>
> - This would match almost ANY title, because you say: Find 1-4
> characters at the end of the title.
>
>
> - [^\w{1,4}$]
> - This would match titles having 1-4 characters
>
>
>
--
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/d830601f-3a4d-4a11-9652-4cc7950e2196%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.