jscript: Added String.replace implementation.
authorJacek Caban <jacek@codeweavers.com>
Wed, 24 Sep 2008 22:53:29 +0000 (00:53 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 25 Sep 2008 09:16:18 +0000 (11:16 +0200)
commite0413ddfe598278df78519c5a79bd7689c045fd0
treee40ef912bfc15836f8ae3fcb00a1b96665746b28
parentb4796499e7bf6da2489eaf1c97c26a037053c494
jscript: Added String.replace implementation.
dlls/jscript/jscript.h
dlls/jscript/regexp.c
dlls/jscript/string.c
dlls/jscript/tests/api.js
dlls/jscript/tests/regexp.js