c# - Locate up until quotes regex -


to find the string "http://www.foo.com/folder, regex's to c # It is possible to use / know the file " only " http://www.foo.com .

Then these steps will be:

< Ul>
  • "http://www.foo.com
  • Locate
  • Get all the strings until then To "
  • Multiple " http://www.foo.com/folder/file " I want to put in a string []

    Individuals can:

      string regex = @ "(http: // www \ .foo \ .com (?: \\. | [^" \\]) *) "< / Code> 


    Comments

    Popular posts from this blog

    ios - How do I use CFArrayRef in Swift? -

    eclipse plugin - Run java code error: Workspace is closed -

    c - Error on building source code in VC 6 -