﻿function ValidateUrl(source, arguments) {
    arguments.IsValid = !arguments.Value.match(/[^A-Za-z0-9_-]/);
}