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

6 lines
163 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ cat String_length.jq
def describe:
2024-10-16 18:07:41 -07:00
"\(.) has \(length) codepoints and \(utf8bytelength) bytes";
2023-07-01 11:58:00 -04:00
("J̲o̲s̲é̲", "𝔘𝔫𝔦𝔠𝔬𝔡𝔢") | describe