fionbarr has asked for the wisdom of the Perl Monks concerning the following question:

How do you use the capture method with RegExp::Assemble? I am building a regex string and I want to use the capture to do another regular expression to capture what comes AFTER the found string.

Replies are listed 'Best First'.
Re: help on RegExp::Assemble
by onelesd (Pilgrim) on Mar 20, 2012 at 18:24 UTC
    Please show a sample of your data and also what you are trying to capture. It's very easy to match too much or too little with regex, so we can't answer your question without a sample of the data.