Convert a string to an array like PHP explode();
I have a String "725 1180 1091 1019 961 925 887" that I want to convert into an array like the PHP explode() function do it so I can take each individual value/position of that array, can someone help me with this please