Method | Description | |
---|---|---|
EnsureNoHeadingTrailingWhiteSpaces ( this input ) : string |
|
|
EnsureOnlyOneWhiteSpace ( this input ) : string |
Removes all sequences of consecutive whitespaces in order to ensure that two words are never separated by more than one single whitespace character.
|
public static EnsureNoHeadingTrailingWhiteSpaces ( this input ) : string | ||
input | this | |
return | string |
public static EnsureOnlyOneWhiteSpace ( this input ) : string | ||
input | this | |
return | string |