Skip to Content
0
Dec 12, 2011 at 11:35 AM

How do i check if the string contains only set of patterns

4776 Views

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.