local http = game:GetService('HttpService') print(http:GetAsync('http://en.wikipedia.org/w/api.php?action=parse&page=Baseball&format=txt&prop=text§ion=0'))
I am trying to get data from the Baseball Wikipedia page, except it is filled with Wiki Markup and HTML tags. Can someone help me remove them?
http://lua-users.org/wiki/SplitJoin