共用方式為


RegExpPrototype.test(Object, Object) 方法

定義

對指定之物件測試指定之規則運算式模式的搜尋。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static bool test(System::Object ^ thisob, System::Object ^ input);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.RegExp_test)]
public static bool test (object thisob, object input);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.RegExp_test)>]
static member test : obj * obj -> bool
Public Shared Function test (thisob As Object, input As Object) As Boolean

參數

thisob
Object

這個方法執行位置的物件。

input
Object

要搜尋的規則運算式模式。

傳回

如果搜尋成功,則為 true,否則為 false

屬性

適用於

另請參閱