R
Ryan M
Is it possible for me to provide an expression like this:
Product[1-3]
And using the RegEx classes have it give me a string array with all the
possible matches, i.e.:
Product1
Product2
Product3
I don't want to actually perform a match against another string, I just
want to "expand" the expression to it's full form if that makes
sense...
Any ideas appreciated...
-Ryan
Product[1-3]
And using the RegEx classes have it give me a string array with all the
possible matches, i.e.:
Product1
Product2
Product3
I don't want to actually perform a match against another string, I just
want to "expand" the expression to it's full form if that makes
sense...
Any ideas appreciated...
-Ryan