*Note on "word" boundaries: \b in character class will not work!*
Inside a Character Class, like so: [\b], no longer means "word-boundary", it means *"match a backspace".* This is why putting short-hands for character classes inside character classes is not good practice. [\w] will work as expected, [\b] will not. It can get confusing! 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/d461b886-92db-4348-a401-64ce004cd729%40googlegroups.com.

