C Charles Shao Apr 13, 2005 #1 Is JavaScript support Regual Expression ? If so, could you give some examples? Thanks Charles Shao
D Dave Fancher Apr 13, 2005 #2 JScript has the RegExp object. Refer to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsobjRegExp.asp which includes some samples for more information. HTH
JScript has the RegExp object. Refer to http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsobjRegExp.asp which includes some samples for more information. HTH
S Shailya Apr 13, 2005 #3 Charles Shao said: Is JavaScript support Regual Expression ? If so, could you give some examples? Thanks Charles Shao Click to expand... I think http://www.regular-expressions.info/javascriptexample.html this link will help you out.
Charles Shao said: Is JavaScript support Regual Expression ? If so, could you give some examples? Thanks Charles Shao Click to expand... I think http://www.regular-expressions.info/javascriptexample.html this link will help you out.