I have this string;
<div class="flip-entry-title">System~1584~CommandName-e.dat</div></div><div class="flip-entry-last-modified"><div>18 Αυγ</div></div></div><div class="flip-entry" id="entry-0B4jdixTeku1LMlpNdEtOSmhxWWM"
What is the best efficient way to pick System~560~Charcreategrp.dat
and entry-0B4jdixTeku1LMlpNdEtOSmhxWWM
I know I can use Regex.split
and substring(x, y)
but I want to know if theres a class or a method in C# that will do this job for me.