
1 Jul
2010
1 Jul
'10
4:37 p.m.
On 6/30/2010 6:12 PM, Rob Stewart wrote:
On 6/23/2010 9:59 PM, Rob Stewart wrote:
When considered as the inverse of quote(), unquote() should simply strip leading and trailing delimiters and look for escaped delimiters and escaped escape characters within. To supply the extra semantics you've suggested, quote() must also be enhanced significantly.
I've attached a new version of unquote() (along with quote() and the updated test program) with that behavior.
This version adds separate start and end delimiters. ___ Rob