我想用十进制字符串替换逗号
例如:我有一个文本
"Sample content 2.6g ident. 2um the 84.45gm with 2,8g and some 23.83 that it".
预期输出:
"Sample content 2,6g ident. 2um the 84,45gm with 2,8g and some 23,83 that it".
请建议我如何在 php 中用十进制替换逗号
我想用十进制字符串替换逗号
例如:我有一个文本
"Sample content 2.6g ident. 2um the 84.45gm with 2,8g and some 23.83 that it".
预期输出:
"Sample content 2,6g ident. 2um the 84,45gm with 2,8g and some 23,83 that it".
请建议我如何在 php 中用十进制替换逗号