https://developer.mozilla.org/En/Core_JavaScript_1.5_Reference:Global_Objects:RegExp
this mentions lookahead operators (?=y) and (?!y) but not thelookbehind operators (?<=y) and (?<!y). are there any plans to add infuture versions?