Answer the question
In order to leave comments, you need to log in
How to decipher a regular expression?
"(?i)((A[aeiou])|(\s+[aeiou]))\w+?[aeiou]\b"
The result is this:
Input: "Arline ate eight apples and one orange while Anita hadn't any"
Regular expression: "(?i)((A[aeiou])|(\s+[aeiou]))\w+?[aeiou]\b"
Match " ate" at position 6-9
Match " one" at position 27-30
Match " orange" at position 31-37
Match " Anita" at position 44-49
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question