项目作者: ferhatgec

项目描述 :
Single header STL String tool library.
高级语言: C++
项目地址: git://github.com/ferhatgec/stringtools.git
创建时间: 2020-07-22T21:31:08Z
项目社区:https://github.com/ferhatgec/stringtools

开源协议:MIT License

下载


StringTools

Single header String tool library.

  1. std::string betweenstr("#Hello developers!?");
  2. std::cout << "String between # and ? : " << stringtools::GetBetweenString(betweenstr, "#", "?") << "\n";
  3. std::cout << "L character count : " << stringtools::Count(betweenstr, 'l') << "\n"; // 3
StringTools licensed under the terms of MIT License.