Jump to content

Java Doubt....


Recommended Posts

Posted

string.split('|'.first()) + string.split('/').last

 

 

similar to that 

Posted

Thanks bhayya..

 

String newUrl =Url.substring(0,Url.lastIndexOf("|")+1)+Url.substring(Url.lastIndexOf("/") + 1);

 

Edhi chesanu ... bhayya

string.split('|'.first()) + string.split('/').last

 

 

similar to that 

 

Posted

I have a string "12345|http://xxxxxxx:8009/abc/4," i need to convert to 12345/4 ela cheyali...?

 

String or string length constant ga vuntaya .. if yes, check string.substring(firstIndex, lastIndex) method. Then concatenate both using string.contact method. You can get what you want.

Posted

String or string length constant ga vuntaya .. if yes, check string.substring(firstIndex, lastIndex) method. Then concatenate both using string.contact method. You can get what you want.

aunty u cleared aa pillakayal doubts gallery_8818_6_385253.gif?1367349476

Posted

String or string length constant ga vuntaya .. if yes, check string.substring(firstIndex, lastIndex) method. Then concatenate both using string.contact method. You can get what you want.

 

nuvvu avesham lo concat ni contact ani raasav gallery_8818_6_385253.gif?1367349476.. pilladu as it is copy chesthee gallery_8818_6_385253.gif?1367349476

Posted

Java support kavali

Ma frd okadu unadu, pm me if u need details
Posted

sHa_clap4  sHa_clap4  sHa_clap4  sHa_clap4  sHa_clap4

String or string length constant ga vuntaya .. if yes, check string.substring(firstIndex, lastIndex) method. Then concatenate both using string.contact method. You can get what you want.

 

×
×
  • Create New...