RosettaCodeData/Task/String-interpolation--included-/Jq/string-interpolation--included--2.jq
2017-09-25 22:28:19 +02:00

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.