mirror of
https://github.com/nushell/nushell.git
synced 2025-05-23 11:20:49 +02:00
adds feature spécified in bracoxide#6 ``` $ echo {01..10} 01 02 03 04 05 06 07 08 09 10 $ echo {1..010} 001 002 003 004 005 006 007 008 009 010 ``` I'm going to update the examples, but I'm currently on mobile. Will land in a couple of days. |
||
---|---|---|
.. | ||
case | ||
trim | ||
contains.rs | ||
distance.rs | ||
ends_with.rs | ||
expand.rs | ||
index_of.rs | ||
join.rs | ||
length.rs | ||
mod.rs | ||
replace.rs | ||
reverse.rs | ||
starts_with.rs | ||
stats.rs | ||
substring.rs |