Click here to Skip to main content
15,914,419 members
Articles / Web Development / HTML

General string parsing techniques

Rate me:
Please Sign up or sign in to vote.
4.00/5 (1 vote)
1 Nov 2011CPOL 5.1K  
namespace ParseTests{ using System; using System.Collections.Generic; using System.Text.RegularExpressions; public static class ExtensionMethods { /// /// Extracts text from a source string that is between two specified tags. ...

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 Insight Global
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions