You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_regexInfos.Add(GpsCoords,newRegexInfo{Regex=@"^\-?\d{1,5}(\.\d{1,9})?$",ErrorMessage="Value must be a number of less than 6 digits optionally with maximum 9 decimal digits"});
41
41
_regexInfos.Add(Offset,newRegexInfo{Regex=@"^\-?\d{1,4}(\.\d{1,3})?$",ErrorMessage="Value must be a number of less than 5 digits optionally with maximum 3 decimal digits"});
0 commit comments