G
Guest
Hi y'all,
I have a beginner question in c#. I need to take part of a text, based on
tags. for example:
string test = "blah blah<!--start -->1 2 3 4<!--end--> blah blah";
I want to get whatever is between the start and end tags.
result = "1 2 3 4";
Can anyone help me pls!!!
Thanks ahead,
~Jay
I have a beginner question in c#. I need to take part of a text, based on
tags. for example:
string test = "blah blah<!--start -->1 2 3 4<!--end--> blah blah";
I want to get whatever is between the start and end tags.
result = "1 2 3 4";
Can anyone help me pls!!!
Thanks ahead,
~Jay