文件名称:a-check-string-class
介绍说明--下载内容均来自于网络,请自行研究使用
自己写的一个类,实现对字符串的检测。(C++语言)
可以检查字符串是否满足某种指定的类型格式,
指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等,
同时允许把字符串转换成相应的数据类型,
可用于对用户输入字符串的检验和转换等。
该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等,
仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。
资源中包括使用说明,数个(.h)和(.cpp)文件
在VC6和VS2010上都可调试通过,
如果哪里有BUG,欢迎指出,也欢迎提出你的意见。
PS:英文不太好,里面一些枚举值取的名字可能有些别扭,可以自行把其换成你想要的,并对所有文档进行替换。-A class to realize the string detection. (c++ language)
Can check whether a string meet some specified type formats,
Specified type formats including integer, floating point Numbers, Boolean type, have special requirements such as string,
While at the same time allowing the string of converted into the data type,
Can be used for user input string to the inspection and conversion etc.
This allows certain detection what content, such as whether to more than a given maximum, whether cross the border, and so on,
Use only string operation to detect, not with the regular expression, but pretty high efficiency.
可以检查字符串是否满足某种指定的类型格式,
指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等,
同时允许把字符串转换成相应的数据类型,
可用于对用户输入字符串的检验和转换等。
该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等,
仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。
资源中包括使用说明,数个(.h)和(.cpp)文件
在VC6和VS2010上都可调试通过,
如果哪里有BUG,欢迎指出,也欢迎提出你的意见。
PS:英文不太好,里面一些枚举值取的名字可能有些别扭,可以自行把其换成你想要的,并对所有文档进行替换。-A class to realize the string detection. (c++ language)
Can check whether a string meet some specified type formats,
Specified type formats including integer, floating point Numbers, Boolean type, have special requirements such as string,
While at the same time allowing the string of converted into the data type,
Can be used for user input string to the inspection and conversion etc.
This allows certain detection what content, such as whether to more than a given maximum, whether cross the border, and so on,
Use only string operation to detect, not with the regular expression, but pretty high efficiency.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
字符串合法性检测\check.cpp
................\check.h
................\check_all.h
................\check_bool.cpp
................\check_bool.h
................\check_float.cpp
................\check_float.h
................\check_int16.cpp
................\check_int16.h
................\check_int32.cpp
................\check_int32.h
................\check_int64.cpp
................\check_int64.h
................\check_int8.cpp
................\check_int8.h
................\check_integer.h
................\check_number.h
................\check_string.cpp
................\check_string.h
................\使用介绍.txt
字符串合法性检测
................\说明.txt
................\check.h
................\check_all.h
................\check_bool.cpp
................\check_bool.h
................\check_float.cpp
................\check_float.h
................\check_int16.cpp
................\check_int16.h
................\check_int32.cpp
................\check_int32.h
................\check_int64.cpp
................\check_int64.h
................\check_int8.cpp
................\check_int8.h
................\check_integer.h
................\check_number.h
................\check_string.cpp
................\check_string.h
................\使用介绍.txt
字符串合法性检测
................\说明.txt