Source on
integer RANDOM_ALPHA
integer RANDOM_ALNUM
public static startsWith (mixed $str, mixed $start, [mixed $ignoreCase]) Check if a string starts
public static increment (mixed $str, [mixed $separator]) Adds a number to a string or increment that number
public static underscore (mixed $text) Makes a phrase underscored instead of spaced
public static random ([mixed $type], [mixed $length]) Generates a random string based on the given type.
public static humanize (mixed $text) Makes an underscored or dashed phrase human-readable
public static lower (mixed $str, [mixed $encoding]) Lowercases a string, this function makes use of the mbstring
public static camelize (mixed $str, [mixed $delimiter]) Converts strings to camelize style
Page 1 of 2