Fulib v0.1.5 Fulib.Const View Source
Link to this section Summary
Functions
电子邮箱的正则表达式
整数的正则表达式
IO地址的正则表达式
匹配URL的正则表达式
手机号码的正则表达式,按照国家归属
只匹配文字,下划线和中划线, 数字
纯数字的正则表达式
扫描出URL的正则表达式
eg:
* https://msdn.microsoft.com/en-us/library/ff650303.aspx#paght000001_commonregularexpressions
* http://stackoverflow.com/questions/1323283/how-to-match-url-in-c
半角和全角得空格
web url format
文字正则
Link to this section Functions
Link to this function
email_regex() View Source
电子邮箱的正则表达式
Link to this function
integer_regex() View Source
整数的正则表达式
Link to this function
ip_match?(ip) View Source
Link to this function
ip_regex() View Source
IO地址的正则表达式
Link to this function
match_url_regex() View Source
匹配URL的正则表达式
Link to this function
mobile_number_formats() View Source
手机号码的正则表达式,按照国家归属
Link to this function
mobile_number_match?(region_key, mobile_number) View Source
Link to this function
name_regex_match?(str) View Source
只匹配文字,下划线和中划线, 数字
Link to this function
normalize_mobile_number!(region_key, mobile_number) View Source
Link to this function
pure_number_regex() View Source
纯数字的正则表达式
Link to this function
scan_url_regex() View Source
扫描出URL的正则表达式
eg:
* https://msdn.microsoft.com/en-us/library/ff650303.aspx#paght000001_commonregularexpressions
* http://stackoverflow.com/questions/1323283/how-to-match-url-in-c
Link to this function
space_strings() View Source
半角和全角得空格
Link to this function
spider_regex() View Source
Link to this function
website_url_regex() View Source
web url format
Link to this function
words_regex() View Source
文字正则