mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 04:45:04 +02:00
Add str reverse subcommand (#2170)
* Add str reverse subcommand * rustfmt
This commit is contained in:
@ -69,6 +69,11 @@ Nu
|
||||
Nu
|
||||
```
|
||||
|
||||
```shell
|
||||
> echo "Nushell" | str reverse
|
||||
llehsuN
|
||||
```
|
||||
|
||||
```shell
|
||||
> shells | str find-replace "TUX" "skipper" path
|
||||
━━━┯━━━┯━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||
|
Reference in New Issue
Block a user