Vertaling van "objet String" in Engels
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.
Renvoie un nouvel objet String avec la casse de tous les caractères modifiée.
Returns a new String object with the case of all letters changed.
L'expression finale est un objet String.
Prototype améliore l'objet String avec une série de méthodes utiles allant du trivial au complexe.
Prototype enhances the String object with a series of useful methods ranging from the trivial to the complex.
Le payload se présente sous la forme d'un objet String au lieu d'une structure struct
The payload is a String object instead of a structure struct
Certaines opérations peuvent être plus rapides avec une corde qu'avec un objet String.
Some operations may just be faster with a rope than with a String object.
Une chaîne de caractères qui représente la valeur primitive d'un objet String.
The following example displays the string value of a String object
Sépare un objet String en un tableau de chaînes en séparant la chaîne en sous-chaînes.
Splits a String object into an array of strings by separating the string into substrings.
Un objet String possède une seule propriété, length, indiquant le nombre de caractères contenus dans la chaîne de caractères.
A String object has one property, length, that indicates the number of characters in the string.
Renvoie un nouvel objet String avec les remplacements effectués.
Returns a new String object with the replacements made.
Renvoie un nouvel objet String contenant l'ensemble des caractères spécifiés. concat()
Returns a new String object containing the specified character set. concat()
Rendu La valeur finale résultant de toute référence (que ce soit une variable, une propriété ou une méthode) est convertie en objet String quand elle est intégrée à la sortie finale.
The final value resulting from each and every reference (whether variable, property, or method) is converted to a String object when it is rendered into the final output.
Dans l'exemple qui suit, on utilise le constructeur String, eval() renvoie donc un objet String au lieu d'évaluer la chaîne de caractères correspondante.
In the following example, the String constructor is specified and eval() returns a String object rather than evaluating the string.
Comme je l' ai mentionné plus tôt, la classe String est immuable, de sorte qu'une fois qu'il est créé un objet String ne peut pas être changé.
As I mentioned earlier, String class is immutable, so that once it is created a String object cannot be changed.