fish-shell/tests/checks/string-advanced.fish

4 lines
92 B
Fish
Raw Normal View History

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