Provided by: systemtap-doc_2.3-1ubuntu1.4_all bug

NAME

       function::strlen - Returns the length of a string

SYNOPSIS

           strlen:long(s:string)

ARGUMENTS

       s
           the string

DESCRIPTION

       This function returns the length of the string, which can be zero up to MAXSTRINGLEN.