\b;Instrução \c;strlen\n;
Pega o tamanho de uma string.

Sintaxe:
\s;\c;strlen ( string );\n;

Exemplos:
\s;\c;	int tamanho = strlen("abc");  // tamanho recebe 3
\s;	int tamanho = strlen("");  // tamanho recebe 0
\s;	if ( strlen(s) == 0 )  // esta string está vazia?
\n;
\t;Veja também
\c;\l;strleft\u cbot\strleft;\n;, \c;\l;strright\u cbot\strright;\n;, \c;\l;strmid\u cbot\strmid;\n;, \c;\l;strfind\u cbot\strfind;\n;, \c;\l;strval\u cbot\strval;\n;, \c;\l;strupper\u cbot\strupper;\n;, \c;\l;strlower\u cbot\strlower;\n;
\l;Programação\u cbot;, \l;tipos\u cbot\type; e \l;categorias\u cbot\category;.
