Hi All,

I have a set of strings: test1, test2, test3, test4, test6, test89, test100

and a contatinated string something like -
'[test3][test1][test5][]test34][test5][test100][test89]'
need to check if all the strings in the set of strings are in the
concatenated string?

I can load the string set into a table and loop thr each one and then
compare if it exists in the concatenated string.

Please suggest how do I code this?

Thanks
G

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to