Truncate string to certain amount of characters, ignoring HTML Truncate string to certain amount of characters, ignoring HTML codeigniter codeigniter

Truncate string to certain amount of characters, ignoring HTML


Yes, character_limiter(strip_tags($text),54); should work for you.


$this->load->helper('text');echo word_limiter(strip_tags($description),40);

tha's what i do for meta description, try it http://caverne.fr