How find every empty space using regex between xml tags

前端 未结 0 904
面向向阳花
面向向阳花 2021-01-23 22:54

I tried to find a empty spaces in tags but using this regex :

(?<=)(\\s)(?=<\\/value>)

to remove find all spaces in

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