On Fri, Nov 14, 2008 at 7:35 PM, Jeff Wise
<jwise@sealyrealty.com> wrote:
--local xyz = string.match(abc, '[\"'].-[\"']')I could not get the commented-out code to compile. Any ideas
on what I'm doing wrong?
The string quote character is a single-quote, but you're backslash-escaping the double-quotes.