Hi.
I have a string value which is combination of strings separated by a new line character '\n'.
ie test1 + '\n' + test2 + '\n' + ..............
I want to compare each string ie test1 .. test2 ..etc with the some another string..
plese tell me how this can be done using javascript ?.......reply ..
I have a string value which is combination of strings separated by a new line character '\n'.
ie test1 + '\n' + test2 + '\n' + ..............
I want to compare each string ie test1 .. test2 ..etc with the some another string..
plese tell me how this can be done using javascript ?.......reply ..
Comment