This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
fish-shell
Watch
2
Star
0
Fork
You've already forked fish-shell
0
mirror of
https://github.com/fish-shell/fish-shell
synced
2024-12-27 21:33:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3a02a3bd6c
fish-shell
/
tests
/
checks
/
string-advanced.fish
4 lines
92 B
Fish
Raw
Normal View
History
Unescape
Escape
tests: filter control sequences only when interactive This demonstrates that we only write control sequences when interactive.
2024-04-12 10:19:32 +00:00
#RUN: %fish --features regex-easyesc %s
Test string replace transforms Just to make sure it works everywhere.
2021-03-19 17:17:43 +00:00
string
replace
-r
'a(.*)'
'\U$0\E'
abc
# CHECK: ABC
Reference in a new issue
Copy permalink