Update README.md
This commit is contained in:
parent
257f8e35ca
commit
7dfe24da26
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ against.
|
|||
|
||||
Examples:
|
||||
- `readf1("Hello, {}!", "Hello, world!")` => `Some("world")`
|
||||
- `readf("I hope {} are {}!", "I hope you are doing well!")` => `Some(vec!["you", "well"])`
|
||||
- `readf("I hope {} are doing {}!", "I hope you are doing well!")` => `Some(vec!["you", "well"])`
|
||||
- `readf1("Goodbye, {}!", "Hello, world!")` => `None`
|
||||
|
|
Loading…
Add table
Reference in a new issue