Which patterns will the Java Regex have described below matc
     Which patterns will the Java Regex have described below match? Select all that apply. [a - z_A-Z][a - z_A - Z0 - 9]* 3@AZ _093 !0 a ![Which patterns will the Java Regex have described below match? Select all that apply. [a - z_A-Z][a - z_A - Z0 - 9]* 3@AZ _093 !0 a SolutionThe regular express  Which patterns will the Java Regex have described below match? Select all that apply. [a - z_A-Z][a - z_A - Z0 - 9]* 3@AZ _093 !0 a SolutionThe regular express](/WebImages/31/which-patterns-will-the-java-regex-have-described-below-matc-1088145-1761572505-0.webp) 
  
  Solution
The regular expression does not accept alpha numeric characters.
Option 1 contain @ it is not accepted.
Option 3 contain ! it is not accepted.
Option 2 and 4 is correct choice.
![Which patterns will the Java Regex have described below match? Select all that apply. [a - z_A-Z][a - z_A - Z0 - 9]* 3@AZ _093 !0 a SolutionThe regular express  Which patterns will the Java Regex have described below match? Select all that apply. [a - z_A-Z][a - z_A - Z0 - 9]* 3@AZ _093 !0 a SolutionThe regular express](/WebImages/31/which-patterns-will-the-java-regex-have-described-below-matc-1088145-1761572505-0.webp)
