Font-size: A A A
This property contains the last matched parenthesized substring (if any), and as a static property is always refered to using RegExp.lastParen.
rexp = /([^aeiou\s]){2}([aeiou])+([^aeiou\s]){2}/ rexp("the fisherman's tale")
r