[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [[ inside of a [[ .. ]]
- From: Daniel Stephens <daniel@...>
- Date: Sun, 05 Apr 2009 14:39:03 -0700
The other option of course is to close the [[ ]] string, concatenate a
"]]", then restart the [[ ]] string, though this has the disadvantage of
not being a single string at compile time and requiring the
concatenation to occur at runtime, it might be easier to implement for
your case.
i.e. replace ]] in the input with ]].."]]"..[[
Daniel.