On Tuesday, October 6, 2020 at 3:07:03 PM UTC-7, LG wrote: > > ...I originally created this TiddlyWiki a couple years ago... >
What version of TiddlyWiki is that file? (Look in $:/ControlPanel, Info, Basics) There's been lots of improvements to filter expressions. In particular, "splitregexp[]" was only added in 5.1.20. If a filter expression does not use a recognized keyword, it is treated as a reference to a tiddler field with that name. Thus, if your TW version is older than 5.1.20, "splitregexp[\s+]" would be seen as an attempt to look for a field named "splitregexp" with a matching literal value of "\s+", which obviously won't exist, resulting in a count[] of 0. -e -- 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/40c60510-cd33-46e5-af8b-e4d0bee7551fo%40googlegroups.com.

