Aide:StringIsUpper.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
StringIsUpper
###Description###
Checks if a string contains only uppercase characters.
###Syntax###
StringIsUpper ( "string" )
###Parameters###
@@ParamTable@@
string
The string to check
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns 1.
Failure: Returns 0 if string contains non-uppercase characters.
@@End@@
###Remarks###
Note that digits/punctuation/whitespace will cause StringIsUpper to return 0.
###Related###
StringIsAlNum, StringIsAlpha, StringIsASCII, StringIsDigit, StringIsLower, StringIsSpace, StringIsXDigit, StringUpper, StringLower
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
StringIsUpper
###Description###
Vérifie si une chaîne contient uniquement des lettres majuscules.
###Syntax###
StringIsUpper ( "string" )
###Parameters###
@@ParamTable@@
string
La chaîne à vérifier
@@End@@
###ReturnValue###
@@ReturnTable@@
Succès: Retourne 1.
Échec: Retourne 0 si la chaîne contient des caractères autres que des lettres majuscules.
@@End@@
###Remarks###
Notez que les chiffres, la ponctuation et les espaces blancs feront que StringIsUpper retournera 0 comme valeur de retour.
###Related###
<a href="StringIsAlNum.htm">StringIsAlNum</a>, <a href="StringIsAlpha.htm">StringIsAlpha</a>, <a href="StringIsASCII.htm">StringIsASCII</a>, <a href="StringIsDigit.htm">StringIsDigit</a>, <a href="StringIsSpace.htm">StringIsLower</a>, <a href="StringIsLower.htm">StringIsLower</a>, <a href="StringIsXDigit.htm">StringIsXDigit</a>, <a href="StringUpper.htm">StringUpper</a>, <a href="StringLower.htm">StringLower</a>
###Example###
@@IncludeExample@@
Traducteur : Alex74
Contributeurs (pour les modifications avant le Wiki) : Tlem, TommyDDR