Diferencia entre revisiones de «isPrintable()»
De ArduWiki
m (Kike GL trasladó la página IsPrintable() a isPrintable()) |
(→Vea también) |
||
Línea 15: | Línea 15: | ||
* [[isAlphaNumeric()]] | * [[isAlphaNumeric()]] | ||
* [[isAscii()]] | * [[isAscii()]] | ||
− | * [[ | + | * [[isControl()]] |
− | * [[ | + | * [[isDigit()]] |
− | * [[ | + | * [[isGraph()]] |
− | * [[ | + | * [[isHexadecimalDigit()]] |
− | * [[ | + | * [[isPunct()]] |
− | * [[ | + | * [[isLowerCase()]] |
− | * [[ | + | * [[isUpperCase()]] |
− | * [[ | + | * [[isSpace()]] |
− | * [[ | + | * [[isWhiteSpace()]] |
== Referencias == | == Referencias == |
Revisión del 22:20 18 jun 2018
Descripción
Sintaxis
Advertencias
Ejemplo
Vea también
- isAlpha()
- isAlphaNumeric()
- isAscii()
- isControl()
- isDigit()
- isGraph()
- isHexadecimalDigit()
- isPunct()
- isLowerCase()
- isUpperCase()
- isSpace()
- isWhiteSpace()