nushell/crates/nu-cli/src/commands/str_
2020-07-30 16:51:20 +12:00
..
trim ltrim and rtrim for string (#2262) 2020-07-27 06:09:35 +12:00
capitalize.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
collect.rs Fix it expansion and add collect (#2065) 2020-06-27 17:38:19 +12:00
command.rs Remove async_stream from some commands (#1976) 2020-06-14 04:30:24 +12:00
downcase.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
ends_with.rs starts_with ends_with match functions for string (#2269) 2020-07-30 16:51:20 +12:00
find_replace.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
from.rs ltrim and rtrim for string (#2262) 2020-07-27 06:09:35 +12:00
length.rs Add 'str length' command (#2102) 2020-07-04 08:17:44 +12:00
mod.rs starts_with ends_with match functions for string (#2269) 2020-07-30 16:51:20 +12:00
reverse.rs Add str reverse subcommand (#2170) 2020-07-15 08:47:04 +12:00
set.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
starts_with.rs starts_with ends_with match functions for string (#2269) 2020-07-30 16:51:20 +12:00
substring.rs Silence Rust 1.45 Clippy warnings (#2196) 2020-07-18 05:57:15 +12:00
to_datetime.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
to_decimal.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
to_integer.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
upcase.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00