improve regex

This commit is contained in:
Jason Ertel
2025-04-17 11:47:52 -04:00
parent 8f1e528f1c
commit b607689993

View File

@@ -150,7 +150,7 @@ soc:
uiElements:
- field: id
label: Unique Subgrid ID
regex: "^_.*$"
regex: "^((?!_)).+$"
regexFailureMessage: Subgrid ID cannot start with an underscore
required: true
- field: managerUrl