Jump to content

String length: Difference between revisions

(→‎{{header|Perl 6}}: add grapheme length, update code point and byte length)
Line 1,520:
puts "あいうえお".bytesize
# => 15</lang>
=={{header|Run BASIC}}==
<lang runbasic>input a$
print len(a$)</lang>
 
===Character Length===
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.