How to write a regular expression in c# to match internal links to articles in Wikipedia? [duplicate]

I finally succeed. I wrote a regular expression for the beginning of the link:

(@"<a href=""/wiki/[A-Z][A-Za-z0-9\-\-_]+""")

Leave a Comment