RosettaCodeData/Task/String-interpolation-included-/Jq/string-interpolation-included--2.jq
2023-07-01 13:44:08 -04: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.