I want to use regex in my android application to validate some field.
User Name :
1Capital Letter[A-Z],2digit[0-9],1Special Character any and then followed by small character[a-z] and lenth would be10character max.
Email Address :
Must contain @google.com in last
Mobile :
Must be +91 and after that 10 digit.
How can I form my regex pattern for all three fields..?
 
     
     
     
     
     
     
    