THT
Get Started
Manual
Version: v0.6.1 - Beta. We welcome
contributors & feedback
. THanks!
Home
Manual
String
String.charAt
charAt($index)
Description
Return the character at
$index
.
'abcdef'.charAt(3); //= 'd'
See Also
charCodeAt
left
right
substring