nushell/crates/nu-command/src/strings
Bruce Weirdan 46ed69ab12
Add char nul (#13241)
# Description

Adds `char nul`, `char null_byte` and `char zero_byte` named characters.
All of them generate 0x00 byte.

# User-Facing Changes
Three new named characters are added:
 * `char nul` - generates 0x00 byte
 * `char null_byte` - generates 0x00 byte
 * `char zero_byte` - generates 0x00 byte
2024-06-26 18:49:44 -05:00
..
encode_decode Make string related commands parse-time evaluatable (#13032) 2024-06-05 22:21:52 +03:00
format Move format date to Category::Strings (#13083) 2024-06-06 18:32:08 -05:00
split Make string related commands parse-time evaluatable (#13032) 2024-06-05 22:21:52 +03:00
str_ Improves commands that support range input (#13113) 2024-06-18 07:19:13 -05:00
char_.rs Add char nul (#13241) 2024-06-26 18:49:44 -05:00
detect_columns.rs Make string related commands parse-time evaluatable (#13032) 2024-06-05 22:21:52 +03:00
guess_width.rs Change default algorithm in detect columns (#12277) 2024-03-26 13:57:55 +08:00
mod.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
parse.rs Make string related commands parse-time evaluatable (#13032) 2024-06-05 22:21:52 +03:00