String Operations
String Operations
Does any one know how to search for a string within another string?
Here is the string I am looking for:
temp_string="def"
Here is the string I want to look within (notice it is comma-separated)
temp_comma_list="abc,def,ghi,jkl"
thank you