C# Класс Ywdsoft.Utility.RegexHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
IsChinese ( string input ) : bool

是否中文汉字

IsEmail ( string input ) : bool

是否e-mail

IsIPAddress ( string input ) : bool

是否IP地址

IsMobile ( string input ) : bool

是否手机号码

Описание методов

IsChinese() публичный статический Метод

是否中文汉字
public static IsChinese ( string input ) : bool
input string
Результат bool

IsEmail() публичный статический Метод

是否e-mail
public static IsEmail ( string input ) : bool
input string 要判断的字符串
Результат bool

IsIPAddress() публичный статический Метод

是否IP地址
public static IsIPAddress ( string input ) : bool
input string
Результат bool

IsMobile() публичный статический Метод

是否手机号码
public static IsMobile ( string input ) : bool
input string 要判断的手机号码
Результат bool