Subj : RegExp To : netscape.public.mozilla.jseng From : Moe tokrot Date : Fri May 14 2004 05:41 pm Hi, I want to use regular expressions in the scripts i evaluate with js, but it's not defined... I called JS_InitStandardClasses , i have Math,String...but not RegExp , what should i do ? In the shell it works fine. Thanks, Moe JS_InitStandardClasses(cx, glob); .