Click or drag to resize

imbStringWordWrap Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Wraping text into HTML
Inheritance Hierarchy
SystemObject
  imbSCI.Core.extensions.textimbStringWordWrap

Namespace:  imbSCI.Core.extensions.text
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static class imbStringWordWrap
Request Example View Source

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
Fields
  NameDescription
Public fieldStatic membersplitPattern_word
Daje samo reci - a ignorise razmake i punktaciju
Public fieldStatic membersplitPattern_wordAndPunctation
Public fieldStatic memberwordMatch
Public fieldStatic memberwordMatchMinLength
Returns words having 4 characters or more at least
Top
See Also