Regex replace to change the order of words in a sentence

前端 未结 4 1579
遇见更好的自我
遇见更好的自我 2020-12-17 03:20

If I have a string like this:

\"word1 \'word2\' word3\"

is it possible to use a regex replace to change the string to this:

4条回答
提交回复
热议问题