--- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
> If you can guarantee that \ is their escape character, no. > But if you don't know the escape character, then you need to use > esc. Oh yeah, I remember now, problem is user can specify his esc character. > But then, if the string contains every >0x20 character plus some > characters that need escaping, you have a problem. One hopes not. > I would just punt and say that if they are not using \ as escape, they > must call a service you provide to tell you their escape character. I guess there's not an expression I can evaluate to get user's esc character?
