RegExpPrototype.exec(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.
Exécute une 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 System::Object ^ exec(System::Object ^ thisob, System::Object ^ input);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.RegExp_exec)]
public static object exec (object thisob, object input);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.RegExp_exec)>]
static member exec : obj * obj -> obj
Public Shared Function exec (thisob As Object, input As Object) As Object
Paramètres
- thisob
- Object
Objet sur lequel cette méthode agit.
- input
- Object
Modèle d'expression régulière à rechercher.
Retours
Résultat de la recherche du modèle d'expression régulière.
- Attributs