C# 클래스 Utility.NormalizationInfo

파일 보기 프로젝트 열기: rabbal/Mvc5

공개 메소드들

메소드 설명
CleanUnderLines ( this text ) : string
FixGmailDots ( this email ) : string
GetFriendlyPersianName ( this name ) : string
RemoveDiacritics ( this text ) : string

حذف اعراب

RemovePunctuation ( this text ) : string

reomve ! symboles

메소드 상세

CleanUnderLines() 공개 정적인 메소드

public static CleanUnderLines ( this text ) : string
text this
리턴 string

FixGmailDots() 공개 정적인 메소드

public static FixGmailDots ( this email ) : string
email this
리턴 string

GetFriendlyPersianName() 공개 정적인 메소드

public static GetFriendlyPersianName ( this name ) : string
name this
리턴 string

RemoveDiacritics() 공개 정적인 메소드

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

RemovePunctuation() 공개 정적인 메소드

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