Click here to Skip to main content
15,898,581 members

Comments by devfoot (Top 3 by date)

devfoot 25-Jan-18 4:03am View    
sorry for late reply : my question is : if ,paris,london,japan will be in record .
then my code is not taking this as empty record .
code is checking only between , and , .
its not taking if first letter itself is blank .
devfoot 20-Jan-18 8:29am View    
if first word and last is empty then my code is failing
ex: ,paris,america,
before paris after america the word is empty then how i can catch that, i was doing regression testing and applied test case so my code is failing here .
devfoot 20-Jan-18 6:58am View    
thanks its working , but i have one more situation here paris,america
in this case if america is missing then split function not taking last word ,any idea ?