Skip to content

linzai1992/string_utils

 
 

Repository files navigation

string_utility

字符串实用函数库

  • 单个头文件,方便引用
  • 支持string,wstring
  • 包含常用处理函数
    • left/right trim
    • upper/lower
    • starts/ends with
    • equals ignore case
    • from/to string
    • split

string_convert

字符串编码转换库

  • 单个头文件,方便引用
  • 包含常用转换
    • utf8,unicode,ansi convert
    • base64 encode/decode
    • url encode/decode
    • xml encode

About

C++ std::string 实用函数库

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%