Help with Regex (was Re: Switch, Case and wild-cards?)

Richmond richmondmathewson at gmail.com
Sun Dec 30 15:51:07 EST 2012


On 12/30/2012 10:44 PM, Robert Sneidar wrote:
> That is what I meant by placeholders.

Aha; well we of little brain need a more explicit explanation :)

> So long as you are 99.998% sure your placeholders cannot naturally occur in the source string, you're good.
>
> Bob Sneidar
> IT Manager
> Calvary Chapel CM
> Sent from iPhone
>
> On Dec 30, 2012, at 12:31, Richmond <richmondmathewson at gmail.com> wrote:
>
>> One of the ways of avoiding falling over the results of rule #1 while implementing
>> #2 and #3 is to encode 'G' and 'E' in rule #1 as different symbols, say '%' and '@'
>> after processing so that rules #2 and #3 don't pick them up (one can always have
>> some rules #5 and #6 to replace '%' and '@' with 'G' and 'E' after running through
>> rules #2, #3 and #4).
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list