This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
fish-shell
Watch
2
Star
0
Fork
0
You've already forked fish-shell
mirror of
https://github.com/fish-shell/fish-shell.git
synced
2024-11-24 20:55:15 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2c3894993f
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 18:19:32 +08:00
#RUN: %fish --features regex-easyesc %s
Test string replace transforms Just to make sure it works everywhere.
2021-03-20 01:17:43 +08:00
string
replace
-r
'a(.*)'
'\U$0\E'
abc
# CHECK: ABC
Reference in New Issue
Copy Permalink