<cffunction name="validateTags" access="private" output="false" hint="This function validates the length of each tag, and the number total tags.">

		<cfif StructKeyExists(this, "tags")>
...

JavaScript Can my validation function ...

by https://www.google.com/accounts/o8/id?id=AItOawl_zP6izOnV-xpEI98zItdibrE2C06-QIg, December 12, 2010 15:51, No refactoring, tagged with coldfusion

After a post submission I w...

55502f40dc8b7c769880b10874abc9d0 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