Hi,
I have text: "This is an example. I'll be missing you."
and I want to match strings contain "is", so the result will be: "This" , "is" , "missing".
Thanks for any help!
PS. I'm using java.util.regex :)