There is no default RegEx library on the iPhone. Is it ok if I use UIWebView's `stringByEvaluatingJavaScriptFromString` to evaluate a JavaScript string that actually uses the RegExp object to evaluate an expression? Is this supported on the iPhone?
以上就是Is UIWebView's JavaScript evaluator able to use the JS's RegExp object?的详细内容,更多请关注web前端其它相关文章!