Метод | Описание | |
---|---|---|
ReplaceCapitalLetters ( this parseStrategy ) : IParseStrategy |
Enables replacing uppercase letters with their lowercase equivalents using the decorator pattern.
|
|
ReplaceNonASCII ( this parseStrategy ) : IParseStrategy |
Enables replacing non ascii letters with diacritic-less equivalents.
|
public static ReplaceCapitalLetters ( this parseStrategy ) : IParseStrategy | ||
parseStrategy | this | The parse strategy on which we deployed the function. |
Результат | IParseStrategy |
public static ReplaceNonASCII ( this parseStrategy ) : IParseStrategy | ||
parseStrategy | this | The parse strategy on which we deployed the function. |
Результат | IParseStrategy |