RosettaCodeData/Task/String-length/Java/string-length-2.java
2023-07-01 11:58:00 -04:00

2 lines
134 B
Java

String s = "Hello, world!";
int not_really_the_length = s.length(); // XXX: does not (always) count Unicode characters (code points)!