sizeof(::AbstractString)
sizeof(s::AbstractString)
The number of bytes in string s
.
Examples
julia> sizeof("Hello World!")
12
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.