We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
in golang, len(string) returns the number of bytes,Is it possible renturn the number of chars in EXPR?
len("北京") == 6 utf8.RuneCountInString("北京") == 2 // expect