Back to Subject

Java Programming

5. Regular Expression

1 / 16
Score: 0
Question

Which of the following text when matched with the regular expression [a-zA-Z&&[^aeiou]]+ will return true?

Select 2 answers