Closed pascalkrautm closed 3 years ago
Suggestion: Summarize cleaning code
alternative for cleaning code in one:
var str = "hallo, wie geht es Dir, ich/oder Du; blinde Kuh";
var reg = /[/.;, ]/;
while(reg.exec(str)){
str = str.replace(reg,"");
}
alert(str);
Still need more than one Keyword. At the moment only one is working
We decided against Beautiful Soup and for Feedparser because Beautiful Soup needs several modules to work