﻿
if (window['WebLibControls'] == null) 
    window['WebLibControls'] = new Object(); 


function WCValidatorTrim(s) {
    var m = s.match(/^\s*(\S+(\s+\S+)*)\s*$/);
    return (m == null) ? "" : m[1];
}