str_split

str_split

[code=golang]
str := "my name is giovanni giorgio but everybody calls me giorgio"
strings.Split(str , "")
[/code]