Update README.md

master
呓喵酱 5 years ago committed by GitHub
parent f81e862202
commit e140aab5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/ovo_string/README.md

@ -1,4 +1,9 @@
## Class ovo::string
### void ovo::String::split(const std::string& s, std::vector<std::string>& v, const std::string& c)
Split the string.
### replaceStr
````C++
void replaceStr(string& str, const string fromStr = " ", const string toStr = "", int pos = 0, const int end = 99999)

Loading…
Cancel
Save