"Hello.charAt(4)"
"Hello".concat("","world")
"Hello".startWith("H")
"Hello".endsWith("o")
"Hello".includes("X")
"Hello".indexOf("l")
"Hello".lastIndexOf("l")
"Hello".match(/[A-Z]/g/)
"Hello.charAt(4)"
"Hello".concat("","world")
"Hello".startWith("H")
"Hello".endsWith("o")
"Hello".includes("X")
"Hello".indexOf("l")
"Hello".lastIndexOf("l")
"Hello".match(/[A-Z]/g/)