So teilen Sie die Zeichenfolge in Elixier

String.split(variable, " ")
String.split(variable, [" ", "(", ")"])
Adorable Armadillo