API17:JHtmlString
From Joomla! Documentation
JHtmlString
Description
Contains methods for working with strings of HTML text.
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | abridge | Abridges text strings over the specified character limit. |
| public static | truncate | Truncates text blocks over the specified character limit and closes all open HTML tags. |
- Defined in libraries/joomla/html/html/string.php
Importing
jimport( 'joomla.html.html.string' );
See also
JHtmlString source code on BitBucket
Subpackage Html- Other versions of JHtmlString
User contributed notes
Code Examples