Maxwell
10/26/2019 - 6:02 AM

Split String by Words

stringVar = someString.split()[0] # 0 means first word, 1 second, 2 third, etc.