NameMatchText

String name matcher Match occurs when string given are equal

class NameMatchText : NameMatch {}

Constructors

this
this(string text)

takes a string which will be tested for exact match

Meta