You are viewing a single comment's thread. Return to all comments →
Pattern pattern = Pattern.compile("<([^<>]+)>([^<>]+)<\/\1>");
this works for me after retry and refreshing the page sevaral time
Seems like cookies are disabled on this browser, please enable them to open this website
Tag Content Extractor
You are viewing a single comment's thread. Return to all comments →
Pattern pattern = Pattern.compile("<([^<>]+)>([^<>]+)<\/\1>");
this works for me after retry and refreshing the page sevaral time