I used the Split() method to split the lines. But this work, if you set some character for the condition in string.Split() . Is there a way to split the string when Uppercase displayed?
Is it possible to get a few words from some not divided line, for example:
DeleteSensorFromTemplate
And the result line should look like this:
Delete Sensor From Template
string split c #
evelikov92
source share