nushell/crates/nu-command/src/strings
MichelMunoz 7f21b7fd7e
6582 - Incorrect documentation for some string operations (#6610)
* 6582 - Incorrect documentation for some string operations

* Update crates/nu-command/src/strings/str_/contains.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/strings/str_/ends_with.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/strings/str_/index_of.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Update crates/nu-command/src/strings/str_/starts_with.rs

Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>

* Run rustfmt

Co-authored-by: MichelMunoz <>
Co-authored-by: Stefan Holderbach <sholderbach@users.noreply.github.com>
2022-09-25 18:09:09 +02:00
..
encode_decode Add bits shl and bits shr command (#6202) 2022-08-02 15:52:04 -05:00
format Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
split Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
str_ 6582 - Incorrect documentation for some string operations (#6610) 2022-09-25 18:09:09 +02:00
build_string.rs bool type for binary operations (#5779) 2022-06-14 20:31:14 -05:00
char_.rs str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
detect_columns.rs feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00
mod.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
parse.rs replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
size.rs replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00