CodeIgniter 字符串辅助函数 - 装载字符串辅助函数

该字符串辅助函数为你提供对字符串类型的各种函数。

采用如下方式装载该辅助函数:
$this->load->helper(‘string’);