Click here to Skip to main content
15,885,209 members
Articles / Programming Languages / C#

In Depth with RegEx Matching Nested Constructions

Rate me:
Please Sign up or sign in to vote.
4.89/5 (34 votes)
5 Nov 20078 min read 95.2K   62  
A cool feature of the .NET RegEx-engine is the ability to match nested constructions, for example nested parenthesis. I will describe it somewhat in depth in this article.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Product Manager FOA
Denmark Denmark
Morten is a linguistics nerd and .NET developer. He is currently working as an Product Manager at Configit (http://www.configit.com).

Comments and Discussions