﻿function cvKeyword_ClientValidate(source, args)
{
    args.IsValid = args.Value.trim().length >= 3;
}