Hi all, sorry if this post is a duplicate, I had a search and couldn't find what I was looking for.
In simplest terms I need to use the string split method using a sting as the seed i.e.
string[] sections = line.Split("><");
Sorry if this is a stupid question, I'm used to using PHP where I could use the explode function to achieve this but I'm a complete noob when it comes to c#
Thanks in advance for any help