mirror of
https://github.com/nushell/nushell
synced 2025-01-21 17:44:12 +00:00
65e5abaa3e
# Description After some iteration on globbing rules, I don't think `str escape-glob` is needed # User-Facing Changes ```nushell ❯ let f = "[ab]*.nu" ❯ $f | str escape-glob Error: × str escape-glob is deprecated ╭─[entry #1:1:6] 1 │ $f | str escape-glob · ───────┬─────── · ╰── if you are trying to escape a variable, you don't need to do it now ╰──── help: Remove `str escape-glob` call [[]ab[]][*].nu ``` # Tests + Formatting NaN # After Submitting NaN |
||
---|---|---|
.. | ||
case | ||
trim | ||
contains.rs | ||
distance.rs | ||
ends_with.rs | ||
escape_glob.rs | ||
expand.rs | ||
index_of.rs | ||
join.rs | ||
length.rs | ||
mod.rs | ||
replace.rs | ||
reverse.rs | ||
starts_with.rs | ||
stats.rs | ||
substring.rs |