1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-23 11:20:49 +02:00
nushell/crates/nu-command/src/strings/str_
A. Taha Baki 8b46ba8b6b
Feature+: Bracoxide Zero Padding for Numeric Ranges ()
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.
2025-02-19 07:35:10 -06:00
..
case Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
trim Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
contains.rs remove deprecated warnings () 2024-11-19 07:52:58 -06:00
distance.rs Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
ends_with.rs Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
expand.rs Feature+: Bracoxide Zero Padding for Numeric Ranges () 2025-02-19 07:35:10 -06:00
index_of.rs fix range bugs in str substring, str index-of, slice, bytes at () 2025-01-30 06:50:01 -06:00
join.rs Refactor I/O Errors () 2025-01-28 16:03:31 -06:00
length.rs Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
mod.rs Remove str deunicode () 2024-08-28 07:58:38 -05:00
replace.rs [str replace] add exemple for escaped regexes () 2024-10-09 13:35:56 -05:00
reverse.rs Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
starts_with.rs Change the usage misnomer to "description" () 2024-08-22 12:02:08 +02:00
stats.rs fix: clippy warnings with --all-features () 2025-02-07 12:30:25 +01:00
substring.rs fix range bugs in str substring, str index-of, slice, bytes at () 2025-01-30 06:50:01 -06:00