B
Bob Altman
Hi,
Can some kind RegEx guru give me some help? I want to parse an expression
of the form:
EXECUTE func [param [,param...]]
In other words, the expression begins with "PARAM" followed by whitespace
and func, optionally followed by whitespace and one or more comma-delimited
parameters (where the first parameter is not preceded by a comma).
My question is, how do I construct a RegEx expression and evaluate it so
that I can iterate through the zero or more "param" strings contained in the
expression?
Thanks!
- Bob
Can some kind RegEx guru give me some help? I want to parse an expression
of the form:
EXECUTE func [param [,param...]]
In other words, the expression begins with "PARAM" followed by whitespace
and func, optionally followed by whitespace and one or more comma-delimited
parameters (where the first parameter is not preceded by a comma).
My question is, how do I construct a RegEx expression and evaluate it so
that I can iterate through the zero or more "param" strings contained in the
expression?
Thanks!
- Bob