nushell/crates/nu-command/src/strings/str_
mike add20873d0
make str index-of -r use ranges (#8724)
# Description

final follow up to #8660 

# User-Facing Changes

**BREAKING CHANGE**
any scripts using the previous string or list syntax will **BREAK**
2023-04-05 23:22:40 +02:00
..
case Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
trim Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
contains.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
distance.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
ends_with.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
index_of.rs make str index-of -r use ranges (#8724) 2023-04-05 23:22:40 +02:00
join.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
length.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
mod.rs fully deprecate str collect (#8680) 2023-03-31 13:23:22 -05:00
replace.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
reverse.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
starts_with.rs Box ShellError in Value::Error (#8375) 2023-03-12 09:57:27 +01:00
substring.rs make bytes at use ranges (#8710) 2023-04-03 04:28:36 +12:00