StringPrototype.match(Object, VsaEngine, Object) Methode

Definition

Führt eine Suche nach dem angegebenen Muster eines regulären Ausdrucks für das angegebene Objekt aus.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static System::Object ^ match(System::Object ^ thisob, Microsoft::JScript::Vsa::VsaEngine ^ engine, System::Object ^ regExp);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_match)]
public static object match (object thisob, Microsoft.JScript.Vsa.VsaEngine engine, object regExp);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasEngine | Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_match)>]
static member match : obj * Microsoft.JScript.Vsa.VsaEngine * obj -> obj
Public Shared Function match (thisob As Object, engine As VsaEngine, regExp As Object) As Object

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

engine
VsaEngine

Ein Verweis auf die Skript-Engine.

regExp
Object

Das zu suchende Muster eines regulären Ausdrucks.

Gibt zurück

Das Suchergebnis für das Muster eines regulären Ausdrucks.

Attribute

Gilt für:

Weitere Informationen