Help for this page

Select Code to Download


  1. or download this
        $str.bytes        # length in bytes
        $str.codes        # length in codepoints
        $str.graphs       # length in graphemes
        $str.chars        # length in characters
        @array.elems      # length in elements
    
  2. or download this
        @array.chars      # length of array in characters