-
-
Notifications
You must be signed in to change notification settings - Fork 38
Are regexes good enough to validate literals? #407
Copy link
Copy link
Closed
Labels
functionsIssue pertains to the default function setIssue pertains to the default function set
Milestone
Description
A follow-up to #368.
The current draft of the registry uses named regex patterns to allow defining rules for validating literal arguments and option values.
<pattern id="positiveInteger" regex="[0-9]+"/>And then:
<option name="minimumIntegerDigits" pattern="positiveInteger"/>- Are regexes enough for this task?
- Should patterns be defined inline rather than referenced by id?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
functionsIssue pertains to the default function setIssue pertains to the default function set