logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::stringat - Returns the char at a given position in the string

Arguments

str
           the string to fetch the character from

       pos
           the position to get the character from (first character is 0)

Description

       This function returns the character at a given position in the string or zero if the string doesn't have
       as many characters. Reports an error if pos is out of bounds.

Name

       function::stringat - Returns the char at a given position in the string

See Also

tapset::string(3stap)

SystemTap Tapset Reference                         April 2024                          FUNCTION::STRINGAT(3stap)

Synopsis

           stringat:long(str:string,pos:long)

See Also