如何格式化字符串

如何格式化字符串

本文介绍了如何格式化字符串。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨专家,



我从文本框中获取一些数据,这些数据可以是以下任何一个数据: -



400vs0102-0103

400-vs-0102-103

400-vs0102-103





我需要的数据是: -



400-vs-0102/0103





先谢谢

Hi Experts,

I am getting some data from textboxes these data these data can be any one from the below fromat:-

400vs0102-0103
400-vs-0102-103
400-vs0102-103


The data i need is:-

400-vs-0102/0103


Thanks in Advance

推荐答案


这篇关于如何格式化字符串。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 11:49