length
Related Functions & Properties
concat(string2[,string3][,string4][,...])
substring(indexA, indexB)
charAt(index)
charCodeAt(index)
indexOf(searchValue[, fromIndex])
lastIndexOf(searchValue[, fromIndex])
replace(regexp, newStr)
search(regexp)
toLowerCase()
toUpperCase()
split(separator, limit)
slice(start, end)
The length property of a string returns the number of characters in the string.