> > ad 1 > Escaping the regexp might be a solution. But how? I mean in a regular > expression [a-z] is different from \[a-z\]. > Unsure how to escape the regular expression. It might be a greediness / > look-ahead problem. >
OK, this is not my domain but I think maybe the \ character is ignored and so \[ is really interpreted as just a [ whereas you'd have to do \\[ for it to be interpreted as \[. Again, just a hunch. I'm sure there are others here who can answer though. <:-) -- 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/47531a25-55b5-4d9c-8226-08d12c42f14fn%40googlegroups.com.

