Dup Ver Goto 📝

Strings

PT2/editor/vim/vimscript does not exist
To
6 lines, 10 words, 117 chars Page 'Strings' does not exist.
:echo join(["a","b"],":")
:echo join(split("a:b:c",":"),",")
:echo toupper("hello")
:echo tolower("HELLo")