135 bool contentcheck (int flags); |
135 bool contentcheck (int flags); |
136 |
136 |
137 int compare (const char* c); |
137 int compare (const char* c); |
138 int compare (str c); |
138 int compare (str c); |
139 |
139 |
|
140 // Counts the amount of substrings in the string |
|
141 unsigned int count (char* s); |
|
142 |
|
143 #if 0 |
|
144 str** split (char* del); |
|
145 #endif |
|
146 |
140 // ====================================================================== |
147 // ====================================================================== |
141 // OPERATORS |
148 // OPERATORS |
142 str operator + (str& c); |
149 str operator + (str& c); |
143 str& operator += (char c); |
150 str& operator += (char c); |
144 str& operator += (const char* c); |
151 str& operator += (const char* c); |