package main import ( "fmt" ) func main() { fmt.Println(Capitalize("Hello! How are you? How+are+things+4you?")) }