nushell/crates/nu-cli/src/commands/str_
Jonathan Turner 9b577b8679
Update bigint/bigdecimal (#2585)
* Update bigint/bigdecimal

* clippy
2020-09-22 05:28:31 +12:00
..
case added various case conversion commands for str. Added the inflection … (#2363) 2020-08-18 08:18:23 +12:00
trim Add global mode to str trim (#2576) 2020-09-20 21:04:26 +12:00
capitalize.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
collect.rs Make str collect take an optional separator value (#2289) 2020-08-02 19:29:29 +12:00
command.rs Remove async_stream from some commands (#1976) 2020-06-14 04:30:24 +12:00
contains.rs Simplify a few boolean creations (#2543) 2020-09-14 13:15:44 +12:00
downcase.rs Use '?' for error propagation, remove match (#2194) 2020-07-17 05:39:51 +12:00
ends_with.rs Simplify a few boolean creations (#2543) 2020-09-14 13:15:44 +12:00
find_replace.rs add replace all option to str find-replace (#2569) 2020-09-18 11:28:50 -05:00
from.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
index_of.rs added -e --end to search from the end of the string for the pattern (#2430) 2020-08-27 17:46:45 +12:00
length.rs Add 'str length' command (#2102) 2020-07-04 08:17:44 +12:00
mod.rs added various case conversion commands for str. Added the inflection … (#2363) 2020-08-18 08:18:23 +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 Simplify a few boolean creations (#2543) 2020-09-14 13:15:44 +12:00
substring.rs Interpreting ranges for substring (#2499) 2020-09-06 12:35:11 -04:00
to_datetime.rs parse most common date formats using dtparse crate (#2303) 2020-08-05 12:44:52 +12:00
to_decimal.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +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