Examples Filter
Last Run  :
veW4OiszFm
Last Run  :
Hello, Bob!
Last Run  :
true
false
false
true
Join concatenates a list of strings to create a single string. A separator is placed between elements in the resulting string.
Last Run  :
foo, bar, baz
Creates a new string consisting of a substring repeated a certain number of times.
Creates a string that has non overlapping instances of a substring replaced by a new string.
Splits a string into substrings separated by a given separator substring.
Last Run  :
[xxxxx yyyyy zzz aaa bbb cc dd ee ff]
Creates a string with all Unicode letters from the original string mapped to their lower case.
Creates a string with all Unicode letters from the original string mapped to their upper case.
Last Run  :
GOPHER
Returns the number of characters in the string.
Last Run  :
true
true
false
false
Go offers excellent support for string formatting in the printf tradition. Here are some examples of common string formatting tasks.
Last Run  :
3...2...1...ignition
Last Run  :
1++2++3