Footnote on a use case. You want to use a Regular Expression that uses a "class of characters" (e.g. [A-F0-9]). How can you get the square brackets interpreted correctly?
The documentation for TW does give a useful example <https://tiddlywiki.com/#regexp%20Operator%20(Examples)> of how to get [whatever] bracketed via $set value="regex pattern". <$set name="digit-pattern" value="[0-9]{2}"> <<list-links "[regexp:title<digit-pattern>]">> </$set> -- 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/914919e7-7cce-4c6e-b214-1a7dfdbbc077%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

