09-26-2007, 01:37 PM
I'm looking for a function that returns 1 if ALL characters of str b are in str a (combinations)
e.
str a="abcdef001a"
str b="bcd012fega"
ret 0
e.
str a="abcdef001a"
str b="bcd012fega"
ret 0
|
Characters of string
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |