Hi,
My requirement is that, i want to check if the string lv_string contains a patterns which are from the set (22, 33, 44).
for ex if lv_string = 2233443344, then it should satisfy the condition.
Basically, i want to check if the string contains ONLY any combination of the patterns (22,33,44).
I appreciate if any input for this problem..
Thanks,
Venky.