PHP » GoLang |
login |
register |
about
|
str_replacestr_replace[code]
fmt.Println(strings.Replace("oink oink oink", "oink", "moo", -1))
[/code]
|