Hello,
How can I output just the content of a Wikipedia article to a sting?
For example in the wikipedia article:
“http://en.wikipedia.org/wiki/Vvvv”
I just want the following part as a string:
“vvvv (commonly pronounced ‘fear fow’ meaning “4 v’s” in German or ‘fow fear’ meaning “v4” in German) is general purpose toolkit with a special… etc. etc…”
I tried the “RegExpr” Module in combination with the “substitute (string)” but it didn’t work…
Can anyone help me?