[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Writing "raw" strings in Lua
- From: alan@... (Alan Watson)
- Date: Wed, 31 Dec 1997 16:36:59 -0600
> What's the easiest way to write a "raw" string out.
Call gsub three times to replace \n, \r, and \t?
Alan Watson