"abc,de,,f,g,".split(",")
"abc,de,,f,g,".split(",", 4)
"abcde".concat("xyz")
"○×".repeat(5)