Hi,
I am trying to find whether there is any way to find that my string is a substring of regex.
here is my requirement I have a regex [A-G]{7} strings ABCDEFG,DEFGDEF.... all matches my regex. I have another string ABC I need to find whether ABC is substring of string which matches my regex. I didn't find any method to attain this. Is there any way to get this?
Thanks,
Deepak.