nushell/crates/nu-command/src/bytes
WindSoilder 9e3c64aa84
Add bytes collect, bytes remove, bytes build cmd (#6008)
* add bytes collect

* index_of support searching from end

* add bytes remove

* make bytes replace work better for empty pattern

* add bytes build

* remove comment

* tweak words

Co-authored-by: Darren Schroeder <343840+fdncred@users.noreply.github.com>
2022-07-11 06:26:00 -05:00
..
add.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00
at.rs add more bytes cmd (#5989) 2022-07-08 21:42:31 -05:00
build_.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
bytes_.rs add bytes root command (#5956) 2022-07-06 16:46:56 +12:00
collect.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
ends_with.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00
index_of.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
length.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00
mod.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
remove.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
replace.rs Add bytes collect, bytes remove, bytes build cmd (#6008) 2022-07-11 06:26:00 -05:00
reverse.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00
starts_with.rs compatible with old rust (#5974) 2022-07-06 18:22:45 -05:00