Attribute.this

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

Parameters

key string

the Name of the Attribute (can be prefixed with '(regex)')

values string

a whitespace serparated List of Attribute Values (each Value can be prefixed with '(regex)')

Meta