HTML helper class for rendering manipulated strings.
Located in /libraries/joomla/html/html/string.php (line 19)
Abridges text strings over the specified character limit. The behavior will insert an ellipsis into the text replacing a section of variable size to ensure the string does not exceed the defined maximum length. This method is UTF-8 safe.
For example, it transforms "Really long title" to "Really...title".
Note that this method does not scan for HTML tags so will potentially break them.
Truncates text blocks over the specified character limit and closes all open HTML tags. The method will optionally not truncate an individual word, it will find the first space that is within the limit and truncate at that point. This method is UTF-8 safe.
Documentation generated on Mon, 25 Jun 2012 13:59:51 -0500 by phpDocumentor 1.4.4