小编use*_*350的帖子

正则表达式intellij-idea替换

我正在使用IntelliJ,希望获得正则表达式的帮助,以获取如下结果:

    patient.setIdentificationDate(new Date()); -> {IdentificationDate} and {new Date()}
    patient.setIdentificationNumber(153698); -> {IdentificationNumber} and {153698}
    patient.setIdentificationSeries("33 02"); -> {IdentificationSeries} and {"33 02"}
Run Code Online (Sandbox Code Playgroud)

ps非常感谢

regex intellij-idea

2
推荐指数
1
解决办法
1214
查看次数

标签 统计

intellij-idea ×1

regex ×1