RosettaCodeData/Task/Substring/JavaScript/substring-3.js

8 lines
249 B
JavaScript
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
{
"from n in, of m length": "五六七",
"from n in, up to end": "四五六七八九十",
"all but last": "一二三四五六七八九",
"from matching char, of m length": "五六七",
"from matching string, of m length": "六七八九"
}