imbStringWordWrap Class |
Namespace: imbSCI.Core.extensions.text
The imbStringWordWrap type exposes the following members.
| Name | Description | |
|---|---|---|
| breakLines |
Breakes input string by NewLine character. Trim space and tabs fir each line
| |
| getStringTokens |
Splits string into token list, excluding punctation and other extra contents
| |
| getStringTokensMinLength |
Gets clean words - at least 4 characters long
| |
| getTokens(IEnumerableString, Boolean, Boolean, Boolean, Boolean, Int32) |
Simple String tokenization - extracts words without spaces and punctation
| |
| getTokens(String, Boolean, Boolean, Boolean, Boolean, Int32) |
Simple String tokenization - extracts words without spaces and punctation
| |
| wrapLine |
Iz jedne linije lomi u vise
| |
| wrapLineBySpace |
Breaks specified text into lines of maximum width as specified by innerWidth. It is aware of words, so the text is splitted only at spaces - all words stay complete.
|
| Name | Description | |
|---|---|---|
| splitPattern_word |
Daje samo reci - a ignorise razmake i punktaciju
| |
| splitPattern_wordAndPunctation | ||
| wordMatch | ||
| wordMatchMinLength |
Returns words having 4 characters or more at least
|