want to create regex for below string in php

后端 未结 0 1386
终归单人心
终归单人心 2020-11-21 14:06

want to create regex for below string in php

$input = 1-2500|1.5-3500|2-4250|2.5-5100

Output should be as below

$output = 1kg, 1.5kg, 2kg, 2.5kg

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