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
"
Multiple " http://www.foo.com/folder/file "
I want to put in a string []
Individuals can:
string regex = @ "(http: // www \ .foo \ .com (?: \\. | [^" \\]) *) "< / Code>
Comments
Post a Comment