jscript: Added String.match implementation.
commitdb69b121ac6e3306d95911c00b18fc1c7c4f5b67
authorJacek Caban <jacek@codeweavers.com>
Mon, 15 Sep 2008 18:41:04 +0000 (15 20:41 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Sep 2008 09:48:10 +0000 (16 11:48 +0200)
treec0f8648d0366340dc6b4c5d97e569f8b3fe1d4d5
parent9a752be1a799563e0790d2203917434c6d5ecea1
jscript: Added String.match implementation.

RegExp part of patch is based on Mozilla regexp implementation.
dlls/jscript/jscript.h
dlls/jscript/regexp.c
dlls/jscript/string.c