Method | Description | |
---|---|---|
LeaveUnchanged ( ) : IParseStrategy |
Factory method which allows reading files without making any changes.
|
|
ReplaceCapitalLetters ( ) : IParseStrategy |
Factory method which enables replacing uppercase letters with their lowercase equivalents.
|
|
ReplaceNonASCII ( ) : IParseStrategy |
Factory method which enables replacing non ascii letters with diacritic-less equivalents.
|
public static LeaveUnchanged ( ) : IParseStrategy | ||
return | IParseStrategy |
public static ReplaceCapitalLetters ( ) : IParseStrategy | ||
return | IParseStrategy |
public static ReplaceNonASCII ( ) : IParseStrategy | ||
return | IParseStrategy |