Tiddlywiki 5.1.20-pre have some string operators. This is a great step for string manipulation directly in Tiddlywiki whitout using extra JS or plugins.
Some of operators are length, split, join, concat,... Give a try at: https://tiddlywiki.com/prerelease Try this in an empty tiddler and see the results <$set name=mystr value="I am a Tiddlywiki lover."> <$text text={{{[<mystr>uppercase[]]}}}/><br> <$text text={{{[<mystr>lowercase[]]}}}/><br> <$text text={{{[<mystr>length[]]}}}/><br> <$text text={{{[<mystr>concat[ TW is the best.]]}}}/><br> <hr> <$list filter="[<mystr>split[ ]]" variable="word"> <<word>><br> </$list> </$set> Note: These filter are in development phase. --Mohammad -- 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/cc269b42-c1d3-49d3-9fb1-d8aa680fb6e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

