colobot-data/help/cbot/P/strlower.txt

13 lines
554 B
Plaintext

\b;Instrukcja \c;strlower\n;
Zamienia wszystkie znaki łańcucha na małe litery.
Składnia¦:
\s;\c;strlower ( łańcuch );\n;
Przykłady¦:
\s;\c; string s = strlower("Abc"); // s jest równe "abc"
\n;
\t;Zobacz również
\c;\l;strlen\u cbot\strlen;\n;, \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;
\l;Programowanie\u cbot;, \l;typy\u cbot\type; i \l;kategorie\u cbot\category;.