We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
+
1 parent cfca2aa commit 96fbe38Copy full SHA for 96fbe38
src/ViewModels/CreateTag.cs
@@ -13,7 +13,7 @@ public object BasedOn
13
}
14
15
[Required(ErrorMessage = "Tag name is required!")]
16
- [RegularExpression(@"^(?!\.)(?!/)(?!.*\.$)(?!.*/$)(?!.*\.\.)[\w\-\./]+$", ErrorMessage = "Bad tag name format!")]
+ [RegularExpression(@"^(?!\.)(?!/)(?!.*\.$)(?!.*/$)(?!.*\.\.)[\w\-\+\./]+$", ErrorMessage = "Bad tag name format!")]
17
[CustomValidation(typeof(CreateTag), nameof(ValidateTagName))]
18
public string TagName
19
{
0 commit comments