linzai1992 / string_utils

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 实用函数库

License:MIT License


Languages

Language:C++ 100.0%