PHP » GoLang |
login |
register |
about
|
str_splitstr_split[code=golang] str := "my name is giovanni giorgio but everybody calls me giorgio" strings.Split(str , "") [/code] |