Method: str::split

Better alternative for explode()
It takes care of removing empty values
and it has a built-in way to skip values
which are too short.

Info

Syntax

str::split($string, $separator=',', $length=1)

Parameters

Return (array)

An array of found values