Skip to content

RegexAttribute

jasniec edited this page Nov 1, 2019 · 2 revisions

RegexAttribute extracts first group of regex match.

Constructor attributes:

  • string regex - the regex with group

Takes: string
Returns: string

If regex match will fail, the RegexParseException will be thrown.

Clone this wiki locally