Aide:StringIsAlNum.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Function###
StringIsAlNum

###Description###
Checks if a string contains only alphanumeric characters.

###Syntax###
StringIsAlNum ( "string" )


###Parameters###
@@ParamTable@@
string
	The string to check
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Returns 1.
Failure:	Returns 0 if string contains non-alphanumeric characters.
@@End@@


###Remarks###
Keep in mind that any whitespace will cause StringIsAlNum to return 0.

###Related###
StringIsAlpha, StringIsASCII, StringIsDigit, StringIsLower, StringIsSpace, StringIsUpper, StringIsXDigit, StringUpper, StringLower


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Function###
StringIsAlNum

###Description###
Vérifie si une chaîne contient uniquement des caractères alphanumériques.


###Syntax###
StringIsAlNum ( "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-alphanumériques.
@@End@@


###Remarks###
Notez que les espaces blancs feront que StringIsAlNum renverra 0 comme valeur de retour.


###Related###
<a href="StringIsAlpha.htm">StringIsAlpha</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