Principal > dev > api > name > gb.tolower 
 en fr de it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previo  Siguiente  Editar  Renombrar  Deshacer  Buscar  Administración  
Documentación  
¡Precaución! La página no está traducida.  Véase la versión inglesa 
GB.tolower
int GB.tolower ( int c )

This is a locale insensitive replacement for the glibc tolower() function.

You must use this function instead of the standard glibc one to compare ASCII strings in a case unsensitive way, because the glibc one is localization aware.

And if you did not know yet, in turkish, strcasecmp("i", "I") != 0.

Véase también

api/cat/string