一個字串切片是一個指到記憶體裡一連串位元組的參考,而且必定是合法的 utf-8。
一個 str 切片的字串切片 (一個子切片),必定也是合法的 utf-8。
str
常見的 &str 方法:
&str
len
starts_with
ends_with
is_empty
find
Option<usize>