Aide:StringIsAlpha.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
StringIsAlpha
###Description###
Checks if a string contains only alphabetic characters.
###Syntax###
StringIsAlpha ( "string" )
###Parameters###
@@ParamTable@@
string
The string to check
@@End@@
###ReturnValue###
@@ReturnTable@@
Success: Returns 1.
Failure: Returns 0 if string contains non-alphabetic characters.
@@End@@
###Remarks###
Keep in mind that any whitespace will cause StringIsAlpha to return 0.
###Related###
StringIsAlNum, StringIsASCII, StringIsDigit, StringIsLower, StringIsSpace, StringIsUpper, StringIsXDigit, StringUpper, StringLower
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
StringIsAlpha
###Description###
Vérifie si la chaîne contient uniquement des caractères alphabétiques.
###Syntax###
StringIsAlpha ( "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 non-alphabétiques.
@@End@@
###Remarks###
Notez que les espaces blancs feront que StringIsAlpha retournera 0 comme valeur de retour.
###Related###
<a href="StringIsAlNum.htm">StringIsAlNum</a>, <a href="StringIsASCII.htm">StringIsASCII</a>, <a href="StringIsDigit.htm">StringIsDigit</a>, <a href="StringIsLower.htm">StringIsLower</a>, <a href="StringIsSpace.htm">StringIsSpace</a>, <a href="StringIsUpper.htm">StringIsUpper</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