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); |