Quantcast
Channel: Get String In Tags With getValue of RSS Item - Android - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by tosunkaya for Get String In Tags With getValue of RSS Item - Android

String sete = "<image>https://x.com/a.jpg</image>";String sete2 = sete.replace("<image>", "");

View Article



Answer by VioletTec for Get String In Tags With getValue of RSS Item - Android

You can try the regular expression \<(\Qimage\E)\>(.*?)\<\/\1\>To match the corresponding characters.It can match contents of all image labels.public static void main(String[] args){ String...

View Article

Get String In Tags With getValue of RSS Item - Android

How can i get the string in <image> tags with getValue?<image>https://i2.cnnturk.com/i/cnnturk/75/720x490/5e6f7a9a70380e0cc8f49313</image>i need...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images