Replace last occurence of regexp in a string which has new lines (replace-regexp-in-string in Emacs)

前端 未结 0 1962
南笙
南笙 2021-01-25 17:13

I have this expression which I\'ve parsed in Emacs:

mtcars %>%
head() %>%
select(mpg, cyl) %>%"

I want to replace the last %&

相关标签:
回答
  • 消灭零回复
提交回复
热议问题