▲ | bigstrat2003 6 days ago | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
I have never wanted any of the things you said. I have, on the other hand, always wanted the string length. I'm not saying that we shouldn't have methods like what you state, we should! But your statement that people don't actually want string length is untrue because it's overly broad. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | zahlman 6 days ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
> I have, on the other hand, always wanted the string length. In an environment that supports advanced Unicode features, what exactly do you do with the string length? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | wredcoll 6 days ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Which length? Bytes? Code points? Graphemes? Pixels? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | justsomehnguy 6 days ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
Guessing from the other comments you missed the byte length for the codepoints. When I'm comparing the human-readable strings I want the letgth. In all other cases I want sizeof(string) and it's... quite a variable thing. |