/** * Returns the character located at a specified position. * * @param int $pos The character's position. * * @return CUStringObject The character located at the position specified. */ public function charAt($pos) { return CUString::charAt($this, $pos); }