本文介绍了如何正则表达式分组的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个像这样的字符串[Oid,Part.Decription]

我怎样才能获得

firstpart:Stock

secondpart: Oid,Part.Decription with regex。 ,可以更多

解决方案



I have a string like this Stock[Oid,Part.Decription]
How can i get
firstpart:Stock
secondpart: Oid,Part.Decription with regex. "," can be more

解决方案




这篇关于如何正则表达式分组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-15 01:10