C#string.split()用大写字母分隔字符串 [英] C# string.split() separate string by uppercase

查看:52
本文介绍了C#string.split()用大写字母分隔字符串的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在使用 Split()方法来拆分字符串.但是,如果您在 string.Split()中为条件设置了一些字符,则可以正常工作.看到大写时,有什么方法可以拆分字符串?

I've been using the Split() method to split strings. But this work if you set some character for condition in string.Split(). Is there any way to split a string when is see Uppercase?

是否可以从一些不分开的字符串中得到一些单词,例如:

Is it possible to get few words from some not separated string like:

DeleteSensorFromTemplate

结果字符串应类似于:

Delete Sensor From Template

推荐答案

使用

这篇关于C#string.split()用大写字母分隔字符串的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆