C# Class Ywdsoft.Utility.RegexHelper

Datei anzeigen Open project: CrazyJson/TaskManager

Public Methods

Method Description
IsChinese ( string input ) : bool

是否中文汉字

IsEmail ( string input ) : bool

是否e-mail

IsIPAddress ( string input ) : bool

是否IP地址

IsMobile ( string input ) : bool

是否手机号码

Method Details

IsChinese() public static method

是否中文汉字
public static IsChinese ( string input ) : bool
input string
return bool

IsEmail() public static method

是否e-mail
public static IsEmail ( string input ) : bool
input string 要判断的字符串
return bool

IsIPAddress() public static method

是否IP地址
public static IsIPAddress ( string input ) : bool
input string
return bool

IsMobile() public static method

是否手机号码
public static IsMobile ( string input ) : bool
input string 要判断的手机号码
return bool