Click here to Skip to main content
15,885,757 members
Articles / Web Development / HTML

General string parsing techniques

Rate me:
Please Sign up or sign in to vote.
4.68/5 (6 votes)
28 Oct 2011CPOL 17.3K   2  
I would have actually opted to remove the start index being passed in. Then, you can spruce up the calls with extension methods (albeit not necessary).Usage:removeList.AddRange(html.ToString().GetBetween("");Code:public static class StringUtilities{ ///...

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
Architect
United States United States
Since I've begun my profession as a software developer, I've learned one important fact - change is inevitable. Requirements change, code changes, and life changes.

So..If you're not moving forward, you're moving backwards.

Comments and Discussions