mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 06:17:54 +02: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 [##..##].