```vim :echo join(["a","b"],":") :echo join(split("a:b:c",":"),",") :echo toupper("hello") :echo tolower("HELLo") ```