str.h

changeset 8
c8bfa7e6ae1b
parent 6
0005527cad62
child 16
393359908179
equal deleted inserted replaced
7:118d3d5db64f 8:c8bfa7e6ae1b
130 str tolower (); 130 str tolower ();
131 131
132 // Convert string to upper case 132 // Convert string to upper case
133 str toupper (); 133 str toupper ();
134 134
135 bool contentcheck (int flags);
136
137 int compare (const char* c); 135 int compare (const char* c);
138 int compare (str c); 136 int compare (str c);
139 137
140 // Counts the amount of substrings in the string 138 // Counts the amount of substrings in the string
141 unsigned int count (char* s); 139 unsigned int count (char* s);

mercurial