Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

String contains string

  •  06-19-2007, 9:48 AM

    String contains string

    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 :)

    Filed under:
View Complete Thread