C# Class Utility.NormalizationInfo

Mostra file Open project: rabbal/Mvc5

Public Methods

Method Description
CleanUnderLines ( this text ) : string
FixGmailDots ( this email ) : string
GetFriendlyPersianName ( this name ) : string
RemoveDiacritics ( this text ) : string

حذف اعراب

RemovePunctuation ( this text ) : string

reomve ! symboles

Method Details

CleanUnderLines() public static method

public static CleanUnderLines ( this text ) : string
text this
return string

FixGmailDots() public static method

public static FixGmailDots ( this email ) : string
email this
return string

GetFriendlyPersianName() public static method

public static GetFriendlyPersianName ( this name ) : string
name this
return string

RemoveDiacritics() public static method

حذف اعراب
public static RemoveDiacritics ( this text ) : string
text this
return string

RemovePunctuation() public static method

reomve ! symboles
public static RemovePunctuation ( this text ) : string
text this
return string