nushell/crates/nu-command/src/strings/str_
2022-10-26 09:36:42 -07:00
..
case Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
trim replace the regex crate with the fancy-regex crate (#6227) 2022-08-04 14:51:02 -05:00
collect.rs Further edits to help messages (#6913) 2022-10-26 09:36:42 -07:00
contains.rs 6582 - Incorrect documentation for some string operations (#6610) 2022-09-25 18:09:09 +02:00
distance.rs fix typo (#6508) 2022-09-07 16:16:55 +08:00
ends_with.rs 6582 - Incorrect documentation for some string operations (#6610) 2022-09-25 18:09:09 +02:00
index_of.rs 6582 - Incorrect documentation for some string operations (#6610) 2022-09-25 18:09:09 +02:00
join.rs str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
length.rs Test command names and search terms for redundancy (#6380) 2022-08-24 11:16:47 +02:00
lpad.rs remove panic from lpad and rpad, change truncation behaviour for lpad (#6495) 2022-09-08 14:29:56 +02:00
mod.rs str collect => str join (#6531) 2022-09-11 11:48:27 +03:00
replace.rs Return Error on str replace RegEx parse fail (#6695) 2022-10-10 07:27:01 -05:00
reverse.rs add a fair amount ofsearch terms (#6090) 2022-07-21 06:29:41 -05:00
rpad.rs remove panic from lpad and rpad, change truncation behaviour for lpad (#6495) 2022-09-08 14:29:56 +02:00
starts_with.rs 6582 - Incorrect documentation for some string operations (#6610) 2022-09-25 18:09:09 +02:00
substring.rs Support range in str substring (#6867) 2022-10-23 11:42:17 +02:00