MarsRover.AbstractUpdateableComponent.IsValidUpdateString C# (CSharp) Method

IsValidUpdateString() protected method

protected IsValidUpdateString ( string input ) : bool
input string
return bool
        protected bool IsValidUpdateString(string input)
        {
            return System.Text.RegularExpressions.Regex.IsMatch(input, regex);
        }