Click or drag to resize

imbStringWordWrap Methods

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

The imbStringWordWrap type exposes the following members.

Methods
  NameDescription
Public methodStatic memberbreakLines
Breakes input string by NewLine character. Trim space and tabs fir each line
Public methodStatic membergetStringTokens
Splits string into token list, excluding punctation and other extra contents
Public methodStatic membergetStringTokensMinLength
Gets clean words - at least 4 characters long
Public methodStatic membergetTokens(IEnumerableString, Boolean, Boolean, Boolean, Boolean, Int32)
Simple String tokenization - extracts words without spaces and punctation
Public methodStatic membergetTokens(String, Boolean, Boolean, Boolean, Boolean, Int32)
Simple String tokenization - extracts words without spaces and punctation
Public methodStatic memberwrapLine
Iz jedne linije lomi u vise
Public methodStatic memberwrapLineBySpace
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.
Top
See Also