in reply to Re: Counting chars in a HTML-page
in thread Counting chars in a HTML-page
Note the *characters*: if the EXPR is in Unicode, you will get the number of characters, not the number of bytes. To get the length in bytes, use "do { use bytes; length(EXPR) }", see bytes.
|
|---|