We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
objet RegExp
A string that contains the flags of the RegExp object.
Une chaîne qui contient les drapeaux (flags) utilisés pour l'objet RegExp.
The matched substring can be recalled from the resulting array's elements,..., [n] or from the predefined RegExp object's properties $1,..., $9.
La sous-chaîne correspondante peut ensuite être rappelée dans le tableau résultant avec les indices,..., [n] ou depuis les propriétés $1,..., $9 de l'objet RegExp.
Where n is a positive integer less than 100, inserts the nth parenthesized submatch string, provided the first argument was a RegExp object.
Où n est un entier positif inférieur à 100, insère la n ième sous-chaîne entre parenthèses, à condition que la recherche soit effectuée grâce à un objet RegExp.
The following are now properties of RegExp instances, no longer of the RegExp object: Property Description
Les propriétés qui suivent sont désormais des propriétés des instances de RegExp et ne sont plus des propriétés de l'objet RegExp : Propriété Description
Description This method is called internally in String.prototype.split() if the separator argument is a RegExp object.
Description Cette méthode est appelée de façon interne par la méthode String.prototype.split() lorsque l'argument str est un objet RegExp.
The RegExp object overrides the toString() method of the Object object; it does not inherit Object.prototype.toString(). For RegExp objects, the toString() method returns a string representation of the regular expression.
L'objet RegExp surcharge la méthode toString de l'objet Object. Il n'hérite donc pas de Object.prototype.toString(). Pour les objets RegExp, la méthode toString() renvoie une représentation de l'expression rationnelle sous la forme d'une chaîne de caractères.
331534 JavaScript IntelliSense does not display some members of the RegExp object.
331534 JavaScript IntelliSense n'affiche pas certains membres de l'objet RegExp.
If the str argument is not a RegExp object, String.prototype.split() doesn't call this method, nor create a RegExp object.
Si le séparateur n'est pas un objet RegExp, la méthode String.prototype.split() n'appellera pas cette méthode et ne créera pas d'objet RegExp.
They can also be defined in the constructor function of the RegExp object (second parameter).
On peut également les indiquer dans le deuxième paramètre du constructeur RegExp.
The text of the regular expression or, as of ES5, another RegExp object (or literal) (the latter for the two RegExp constructor notations only).
Paramètres modèle Le texte de l'expression rationnelle ou, à partir d'ES5, un autre objet ou littéral RegExp à copier.
= argument may be specified if the first argument to RegExp.prototype.compile is a RegExp object.
Un seul argument peut être spécifié si le premier argument de RegExp.prototype.compile est un objet de type RegExp.
The source property returns a String containing the source text of the regexp object, and it doesn't contain the two forward slashes on both sides and any flags.
La propriété source renvoie une chaîne de caractères qui contient le texte du motif à rechercher (pattern), sans les barres obliques (slashes).
Description This method is called internally in String.prototype.split() if the separator argument is a RegExp object.
Description Cette méthode est appelée en interne lors de l'utilisation de String.prototype.search().
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.