I\'m working on a small script to split a string on a space and when I take the string and call "My Long String".split(" "), I\'ll get a res
"My Long String".split(" ")