fish-shell/tests/checks/string-advanced.fish
Fabian Homborg 56135a3231 Test string replace transforms
Just to make sure it works everywhere.
2021-03-21 10:03:35 +01:00

4 lines
92 B
Fish

#RUN: %fish --features regex-easyesc %s
string replace -r 'a(.*)' '\U$0\E' abc
# CHECK: ABC