Hi,
I need to find a string in another string (with a lot of strings concatenated by a ";", except the last string witch could not have a ";"). Is the string is found, the function will return true.
str= test;so;last;comeback
If str_test = "test" then True
If str_teste = "come" it returns False (come is not a string it´s only part of a string)
Is there an easy way of doing this?
thank you
ps: I´m using jscript
I need to find a string in another string (with a lot of strings concatenated by a ";", except the last string witch could not have a ";"). Is the string is found, the function will return true.
str= test;so;last;comeback
If str_test = "test" then True
If str_teste = "come" it returns False (come is not a string it´s only part of a string)
Is there an easy way of doing this?
thank you
ps: I´m using jscript