mirror of
https://github.com/nushell/nushell.git
synced 2025-05-15 20:24:34 +00:00
Adds new substr function to str plugin with tests and documentation Function takes a start/end location as a string in the form "##,##", both sides of comma are optional, and behaves like Rust's own index operator [##..##].