J
julia_2683
Could someone give me an explanation for each part of this regular
expression ?
/\b((?
?=[a-z])[^aeiou])*[aeiou](?
?=[a-z])[^aeiou])*)\b/ig
Many thanks
expression ?
/\b((?
Many thanks
Could someone give me an explanation for each part of this regular
expression ?
/\b((??=[a-z])[^aeiou])*[aeiou](?
?=[a-z])[^aeiou])*)\b/ig
Could someone give me an explanation for each part of this regular
expression ?
/\b((??=[a-z])[^aeiou])*[aeiou](?
?=[a-z])[^aeiou])*)\b/ig
Arndt said:/\b((??=[a-z])[^aeiou])*[aeiou](?
?=[a-z])[^aeiou])*)\b/ig
It seems to match words which contain exactly one vowel.
Gunnar Hjalmarsson said:Arndt said:(e-mail address removed) writes:It seems to match words which contain exactly one vowel./\b((??=[a-z])[^aeiou])*[aeiou](?
?=[a-z])[^aeiou])*)\b/ig
Doesn't the letter 'y' also count as a vowel in English? (In Swedish it
does.)
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.