str.h

changeset 6
0005527cad62
parent 3
08cab2b67dce
child 8
c8bfa7e6ae1b
equal deleted inserted replaced
5:2b75b0bac4db 6:0005527cad62
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);

mercurial