The RegExp lastParen is deprecated in Javascript 1.5.
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