Remove white spaces from string between comma and any letter

前端 未结 4 457
半阙折子戏
半阙折子戏 2021-01-06 23:47

I use RegExp and \"string\".match very rarely so I\'m not so sure how to use them for some little bit complex things.Here\'s what I would like to do and don\'t know how to d

4条回答
  •  走了就别回头了
    2021-01-07 00:02

    You can play around with regex expressions and get a decent documentation of the language features on https://regex101.com

    Here is this.lau_'s solution of your problem: https://regex101.com/r/aT7pS5/1

提交回复
热议问题