Flowdock
bytesize() public

Returns the length of str in bytes.

"\x80\u3042".bytesize  #=> 4
"hello".bytesize       #=> 5
Show source
Register or log in to add new notes.