GeekArticles
Microsoft
C#In depth with RegEx matching nested constructions
Author: codeproject.com |
Published: 29th Oct 2007 |
Visited: 88 times |
Add CommentFiled in: CSharpA cool feature of the .NET RegEx-engine is the ability to match nested constructions, for example nested parenthesis. I will descripe it somewhat in depth in this article.
Read Article Sponsored Links
Related Articles
• Nested Class Pointer Not Supported! QC#: 9934 Version: 9.0 Status: Open defect, requires resolution Description: It would seem that nested class records and native record pointers aren't supported in the new Win32 Delphi compiler. If not then I think you should change the documentation ...
• AV after nested Drag&Drop operation QC#: 58515 Version: 11.2 Status: Open defect, requires resolution Description: The DragDone in Controls.pas frees the global DragSave object without setting it to nil. This object is a global object in the implementation section. So when doing a neste ...