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 ...
We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on ...