How Can I extract 3 variables from a string with text parser

I’ve ready the pattern for NUMBER and EMAIL

This is for email: (?([a-zA-Z0-9+.-]+@[a-zA-Z0-9.-]+.[a-zA-Z0-9_-]+))

This is for number: (?\d{11,12})

I need the name and how Can I put it on text prase module on make scenario

and not working
Screenshot_5

Thanks again