Hi,

I have an array of strings such as this

A_B_C_Otherstuff

The Otherstuff can contain additional underscores and anyother characters. What i want to do is parse the

A_B_C from the Otherstuff



I want to parse the A_B_C into an array and then the Otherstuff into another array.

I am not sure the best way to do this.

Any ideas? Even if all you do is show me the best way to parse the string into two that would be helpful.