API17

API17:JHtmlString

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples