反向的字符串
例如:
- input: "cool"
- output: "looc"
用这个字符串:uüu
测试你的函数, 看会发生什么。试着写一个函数,这恰当地反转这个字符串。提示: {grapheme clusters
}
要拿到加分,需要测试加分项, 从最后一个测试中移除(#[ignore]
)标志),并运行下面测试命令:
$ cargo test --features grapheme
Introductory challenge to reverse an input string https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb