文件名称:String_for_CPP
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单易用的C++ String(字符串)库。
包括:
1) 字符串操作 eg. toLowerCase, toInteger, valueOf 等等。
2) 字符串验证 eg. isNumeric, isAlpha,isEmail 等等。
3) 简单字符串生成 eg. randomPassword
4) 字符串散列法 eg. md5-An easy to use C++ String library. Including:
1) String manipulation eg toLowerCase, toInteger, valueOf like.
2) String validator eg. IsNumeric, isAlpha, isEmail like.
3) Simple string generator eg. RandomPassword
4) String hashing eg. Md5
包括:
1) 字符串操作 eg. toLowerCase, toInteger, valueOf 等等。
2) 字符串验证 eg. isNumeric, isAlpha,isEmail 等等。
3) 简单字符串生成 eg. randomPassword
4) 字符串散列法 eg. md5-An easy to use C++ String library. Including:
1) String manipulation eg toLowerCase, toInteger, valueOf like.
2) String validator eg. IsNumeric, isAlpha, isEmail like.
3) Simple string generator eg. RandomPassword
4) String hashing eg. Md5
(系统自动生成,下载前可以参看下载内容)
下载文件列表
include
.......\SimpleGenerator.h
.......\String.hpp
.......\StringCypto.h
.......\StringUtil.hpp
.......\Validator.hpp
main.cpp
src
...\SimpleGenerator.cpp
...\String.cpp
...\StringCypto.cpp
...\StringUtil.cpp
...\Validator.cpp