Like strlen(3). Returns the length of the string in bytes.
function strlen input String str; output Integer len; end strlen;