I have a piece of regex code that looks like this:
- class: pipe.steps.validate.Validate(.*?)id: validate
It works fine for everything between '- class: pipe.steps.validate.Validate' and 'id: validate'.  The thing is, I want to include '- class: pipe.steps.validate.Validate' and 'id: validate' as well as all text in between.  I tried to get the start (^) and end ($) of the line, but I couldn't figure out how to do it.  Basically, I want the '- class: pipe.steps.validate.Validate' and 'id: validate' to be all green.  How can I do that?  Thanks.


 
    