Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 415 Bytes

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