mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-26 00:00:03 +03:00
Merge pull request #2050 from yapjiahong/main
doc: enchane string3 exercise hint
This commit is contained in:
commit
96f96927da
|
@ -498,7 +498,11 @@ some of them:
|
||||||
https://doc.rust-lang.org/std/string/struct.String.html#method.trim
|
https://doc.rust-lang.org/std/string/struct.String.html#method.trim
|
||||||
|
|
||||||
For the `compose_me` method: You can either use the `format!` macro, or convert
|
For the `compose_me` method: You can either use the `format!` macro, or convert
|
||||||
the string slice into an owned string, which you can then freely extend."""
|
the string slice into an owned string, which you can then freely extend.
|
||||||
|
|
||||||
|
For the `replace_me` method: You can reference:
|
||||||
|
https://doc.rust-lang.org/std/string/struct.String.html#method.replace
|
||||||
|
"""
|
||||||
|
|
||||||
[[exercises]]
|
[[exercises]]
|
||||||
name = "strings4"
|
name = "strings4"
|
||||||
|
|
Loading…
Reference in a new issue