nushell/crates/nu-command/src/commands/str_
Jonathan Turner 09a1f5acb9
Begin migration away from arg serialization (#3281)
* initial implementation

* Move a few commands over to new arg system

* Fix char also
2021-04-08 20:15:36 +12:00
..
case Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
trim Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
capitalize.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
collect.rs Begin migration away from arg serialization (#3281) 2021-04-08 20:15:36 +12:00
command.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
contains.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
downcase.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
ends_with.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
find_replace.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
from.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
index_of.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
length.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
lpad.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
mod.rs str set sub command removal. (#2940) 2021-01-14 18:55:37 -05:00
reverse.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
rpad.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
starts_with.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
substring.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
to_datetime.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
to_decimal.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
to_integer.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
upcase.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00