-
Notifications
You must be signed in to change notification settings - Fork 1
RegexAttribute
jasniec edited this page Nov 1, 2019
·
2 revisions
RegexAttribute extracts first group of regex match.
Constructor attributes:
-
stringregex - the regex with group
Takes: string
Returns: string
If regex match will fail, the RegexParseException will be thrown.