Text helper library. Text manipulations: Highlight, excerpt, truncate, strip of links, convert email addresses to mailto: links... @property \UIM\View\Helper\HtmlHelper myHtml @method string excerpt(string text, string myphrase, int myradius = 100, string myending = "...") See Text.excerpt() @method string highlight(string text, string[] myphrase, Json[string] options = null) See Text.highlight() @method string slug(string mystring, string[] options= null) See Text.slug() @method string tail(string text, int mylength = 100, Json[string] options = null) See Text.tail() @method string toList(Json[string] mylist, string myand = null, string myseparator = ", ") See Text.toList() @method string truncate(string text, int mylength = 100, Json[string] options = null) See Text.truncate()