๐Strings & Runes WorkshopWORKSHOP
1
2
3
4
5
Step 1
Use the `strings` package to: check if "Hello, Gopher!" contains "Gopher", convert to uppercase, split by ", ", and join with " | ". Print each result.
โ Enter (Mac) ยท Ctrl+Enter (Win/Linux)
Step 1
Use the `strings` package to: check if "Hello, Gopher!" contains "Gopher", convert to uppercase, split by ", ", and join with " | ". Print each result.