2 lines
125 B
Text
2 lines
125 B
Text
$ jq -M -n -r '"Jürgen" as $x | "The string \"\($x)\" has \($x|length) codepoints."'
|
|
The string "Jürgen" has 6 codepoints.
|