in reply to Is there an easy way to parse and modify regular expressions programmatically

I agree with stevieb, please provide some examples of your input data and desired output, and, if possible, of your current code, with explanations about where it does not match your expectations.

I think there are some possible solutions (named captures, for example, etc.), but we need to know more to figure out if they are appropriate and fit your bill.

  • Comment on Re: Is there an easy way to parse and modify regular expressions programmatically