RosettaCodeData/Task/String-length/Jq/string-length-1.jq

6 lines
133 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
$ cat String_length.jq
def describe:
"length of \(.) is \(length)";
("J̲o̲s̲é̲", "𝔘𝔫𝔦𝔠𝔬𝔡𝔢") | describe