Class flTextSplitWords
flTextSplitWords Class
A static class to split a string on a word boundary.
Package: fusionLib
Copyright: Copyright (c) 2012 - 2014 fusionLib. All rights reserved.
Located at system/libs/Text/flTextSplitWords.php
Copyright: Copyright (c) 2012 - 2014 fusionLib. All rights reserved.
Located at system/libs/Text/flTextSplitWords.php
Methods summary
public static
string
|
#
split( string $string, integer $words = 30, string $ending = ' …' )
Split a string on a word boundary and return the 1st portion. |