TextHelper Methods |
The TextHelper type exposes the following members.
Name | Description | |
---|---|---|
BreakLine |
Add specified break tag into the input text in specified index.
| |
BulkReplace |
Performs bulk replace of given replacements
| |
ContentEquals |
Checks if two text contents are equal. Ignores extra white spaces, and is case insensitive.
| |
EncodeRegexSubstitutes |
Encodes regex substitutions like $_, $+, ... so they don't apply as substitutes in the replacement string.
| |
EnsureHTMLLineEndings | Obsolete.
Ensures the specified line endings in the given text.
| |
EnsureIndentation(String, Int32) |
Ensures the specified line endings in the given text.
| |
EnsureIndentation(String, Int32, String) |
Ensures the specified line endings in the given text.
| |
EnsureLineEndings |
Ensures the specified line endings in the given text.
| |
EnsureMaximumLineLength(String, Int32) |
Limits the line length of given plain text.
| |
EnsureMaximumLineLength(String, Int32, String, Boolean) |
Limits the line length of given plain text.
| |
FirstLetterToUpper |
Converts the first character to upper case.
| |
GetAmountText |
If amount is equal to 1, expression using singular formatting string is returned, otherwise expression using plural formatting string is returned.
| |
Join |
Joins the given list of values with a given separator.
| |
LimitFileNameLength |
Limits the filename length (leaves extension).
| |
LimitLength(String, Int32, CutTextEnum) |
Limits the string length.
| |
LimitLength(String, Int32, String, Boolean, CutTextEnum) |
Limits the string length.
| |
Merge |
Joins the given list of values with a given separator.
| |
MergeIfNotEmpty |
Joins the given list of values with a given separator. Each value is inserted into the final string only if not empty.
| |
ReduceWhiteSpaces |
Replace whitespaces in input text to specified replacement.
| |
ReformatCode(String) |
Reformats the C# or JS code so it is properly indented.
| |
ReformatCode(String, Int32) |
Reformats the C# or JS code so it is properly indented.
| |
ReformatCode(String, Int32, String) |
Reformats the C# or JS code so it is properly indented.
| |
RemoveDiacritics |
Removes diacritics from Latin characters, non-Latin characters are not changed.
| |
RemoveMultipleCommas |
Removes multiple commas (i.e. transforms text "a,,b,," to "a, b").
| |
SetLine |
Sets the specific line of the text to a new value
| |
SplitByString |
Splits the given string by a defined string separator
| |
SplitCamelCase |
Splits the camel cased input text into separate words.
| |
SplitPages(String, Int32) |
Returns an array of text pages created from the input string according to the page size.
| |
SplitPages(String, Int32, Boolean) |
Returns an array of text pages created from the input string according to the page size.
| |
ToTitleCase |
Converts the specified string to title case.
| |
TrimEndingWord |
Removes specified word from the end of the text (if the text ends with the word).
Note: Ignore case enabled.
| |
TrimNumberSuffix |
Trims the number suffix from an identifier
|