Attribute.this

  1. this(string key, string values)
  2. this(string key, string[] values)
    struct Attribute
    this
    (
    string key
    ,
    string[] values
    )

Parameters

key string

The name of the attribute (can be prefixed with '(regex)')

values string[]

Array of attribute values (each value can be prefixed with '(regex)')

Meta