PreviousUpNext

5.5.9  Compute the length of a string

Compute the length of a string:

    eval:  printf "%d\n" (strlen `date`);
    29
    eval:  printf "%d\n" (string::length_in_bytes `date`);

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext