mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
56135a3231
Just to make sure it works everywhere.
3 lines
92 B
Fish
3 lines
92 B
Fish
#RUN: %fish --features regex-easyesc %s
|
|
string replace -r 'a(.*)' '\U$0\E' abc
|
|
# CHECK: ABC
|