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
Thanks again