Re: Simple Question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Simple Question
- From: Petite Abeille <petite_abeille@...>
- Date: 2008年10月02日 18:54:02 +0200
On Oct 2, 2008, at 5:58 PM, Xruptor wrote:
This is why I would like to strip all magic characters from a string
before
parsing ;) Help is always appreciated.
"Sometimes, you want to change every plain occurrence of s1 to s2,
without regarding any character as magic. "
-- Roberto Ierusalimschy, Programming in Lua, "Tricks of the Trade",
December 2003
http://www.lua.org/pil/20.4.html
Cheers,
PA.