Escaping in regular expressions is done by putting a backslash before the character. So either "\*" and "\/" or "\\*" and "\\/" should do.
On the other hand: You can as well try the ASCII codes: \x2A (for *) and \x2F (for /). -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

