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.
str::split($string, $separator = ',', $length = 1)