RegExpPrototype.test(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Teste la recherche du modèle d'expression régulière spécifié sur l'objet spécifié.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
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
Paramètres
- thisob
- Object
Objet sur lequel cette méthode agit.
- input
- Object
Modèle d'expression régulière à rechercher.
Retours
true
si la recherche a réussi ; sinon, false
.
- Attributs