charCodeAt(index)
Related Functions & Properties
length
concat(string2[,string3][,string4][,...])
substring(indexA, indexB)
charAt(index)
indexOf(searchValue[, fromIndex])
lastIndexOf(searchValue[, fromIndex])
replace(regexp, newStr)
search(regexp)
toLowerCase()
toUpperCase()
split(separator, limit)
slice(start, end)
Return the character code of the character at the specified position in the string.