Awk/Sed how to change a camel url path to a underscore path?

前端 未结 0 1991
再見小時候
再見小時候 2020-12-21 09:24

I have the following text:

api.post = "/test/SendNoticeMsg"

And I want to change the text to be:

api.post = "/t         


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