In my web application, i have two strings and i need to display modified words and count between them.For example
string s1="When you are writing server code you can never be sure what the IP address you see is refereeing to.In fact some users like it this way.";
string s2="When you are wrting server code yu cannn never be sure what the IP address you see is refering to.In fact some users like it this way";
the result is, modified words : wrting,yu ,cannn ,refering
modified words count :4
how to do this can anyone tell me.
Thank you
User107Posted Aug 25, 2016, 12:29 AM
Midhun TpPosted Aug 24, 2016, 9:06 AM
Manas MohapatraPosted Aug 24, 2016, 8:39 AM
Bikesh SrivastavaPosted Aug 24, 2016, 8:04 AM
User805Posted Aug 24, 2016, 7:35 AM
User805Posted Aug 24, 2016, 7:12 AM
Manas MohapatraPosted Aug 24, 2016, 6:53 AM