I'm using Regex to find the content between specific HTML tags.
However, the content may be in a foreign language and can include absolutely anything.
I am trying to figure out a regex where I can capture absolutely everything between tags. I've seen articles and Q/As on specific cases but I can't figure out how to put them all together (especially the foreign character requirement).
Does anyone have any solutions/ideas?