Docs: Mention how to use str --find-replace in the docs. (#1653)

Co-authored-by: Christoph Siedentop <christoph@siedentop.name>
This commit is contained in:
siedentop 2020-04-24 23:07:38 -07:00 committed by GitHub
parent 10768b6ecf
commit e7a4f31b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,4 +61,12 @@ Consumes either a single value or a table and converts the provided data to a st
─────────
Nu
━━━━━━━━━
> shells | str path --find-replace ["TUX" "skipper"]
━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# │ │ name │ path
───┼───┼────────────┼────────────────────────────────
0 │ X │ filesystem │ /home/skipper/stuff/expr/stuff
1 │ │ filesystem │ /
━━━┷━━━┷━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
```