共用方式為


JSValue.CreateRegularExpression(String, String, JSContext) 方法

定義

使用指定的值,在提供的內容中建立正則運算式。

[Foundation.Export("valueWithNewRegularExpressionFromPattern:flags:inContext:")]
public static JavaScriptCore.JSValue CreateRegularExpression (string pattern, string flags, JavaScriptCore.JSContext context);
static member CreateRegularExpression : string * string * JavaScriptCore.JSContext -> JavaScriptCore.JSValue

參數

pattern
String
flags
String
context
JSContext

傳回

屬性

適用於