Write a function to split a string and convert it into an array of words. e.g. string_to_array("Robin Singh") => ["Robin", "Singh"] string_to_array("I love arrays ...
This is used in situations where you have saved an array to a database LONGBLOG i.e. using mysqljs/mysql whereby the database stores your original array as the hex string Buffer of the original ...