Click here to Skip to main content
15,900,110 members
Articles / Programming Languages / XML

Short But Very Useful regex – lookbehind, lazy, group, and backreference

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
19 Aug 2013CPOL3 min read 18.5K   9  
How to match text which is preceded by some other text? How to reference matched text to find closing tag? Read this post if you want to know the answers to these and few other questions.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Poland Poland

Comments and Discussions