Click here to Skip to main content
15,886,362 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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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