i want to parse html4 in C# (unity), using regEx, is there any RegEx that can help me ...??
Thanx
i want to parse html4 in C# (unity), using regEx, is there any RegEx that can help me ...??
Thanx
No. RegEx is a bad choice for HTML-parsing. Use Html Agility Pack instead.