foreach (string name in q)
                {
                    for (int i = 0; i < 3; i++)
...

C# substring according to sign

by anyname.myopenid.com, June 21, 2011 05:34, 10 refactorings, tagged with string, asp.net, c#

this code is used to sub st...

55502f40dc8b7c769880b10874abc9d0 Talk
/// <summary>
        /// Takes HTML and list of all positions of h3 tags and splits them.
        /// </summary>
...

C# Split HTML from header tag ...

by Ender, March 09, 2011 12:52, 2 refactorings, tagged with string, html, C#, parse

The HTML is pre-parsed to g...

C98e188ba63a7875d61a77d7aaa3f5c7 Talk
namespace Utilities
{
    using System;
...

C# StringExt.cs (String Extens...

by snafu918, August 06, 2008 16:46, 6 refactorings, tagged with string, C#, Extension, coldfusion

Ok take it easy on me, I ju...

95fd293467e8e89e44701d09eead51d4 Talk