I am working on a workflow that will lift values from a Tax Return using Pattern matching. I can't figure out how to find sentences literally instead of building a character based pattern match for the sentence. I have pasted an example of the sentence I am trying to find, the bolded text is what I need for the workflow.
Income 7 Wages,salaries,tips,etc.Attach Form(s)W-2 7 1 , 502 , 397 .
What is the correct Pattern, either to match the whole sentence or just the bolded text?
Thank you in advance