nuscripts/examples/string_format.nu

8 lines
141 B
Plaintext
Raw Normal View History

2024-01-13 10:50:06 +00:00
# string interpolation
let name = "this is a string"
$"s ($name)"
https://www.nushell.sh/book/working_with_strings.html#string-comparison