This commit is contained in:
Ramesh Ravone
2017-10-03 20:40:36 +05:30
parent 4adf3db60b
commit 3ddd85d9a2
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ public:
String capitalize() const;
bool empty() const;
bool ends_with(String &text) const;
void erase(int position, int chars) const;
void erase(int position, int chars);
int find(String what, int from = 0) const;
int find_last(String what) const;
int findn(String what, int from = 0) const;