str.h

changeset 2
bb2c45522eb6
parent 0
8dce9696d62d
child 3
08cab2b67dce
equal deleted inserted replaced
1:f0c61c204bc8 2:bb2c45522eb6
124 bool isnumber (); 124 bool isnumber ();
125 125
126 // Is the string a word, i.e consists only of alphabetic letters? 126 // Is the string a word, i.e consists only of alphabetic letters?
127 bool isword (); 127 bool isword ();
128 128
129 // Convert string to lower case
130 str tolower ();
131
132 // Convert string to upper case
133 str toupper ();
134
129 bool contentcheck (int flags); 135 bool contentcheck (int flags);
130 136
131 int compare (const char* c); 137 int compare (const char* c);
132 int compare (str c); 138 int compare (str c);
133 139

mercurial