Should these values be compared in a case sensitive manner?
Regular expressions for values that the user can specify for this option
new RegExp(value).test(theValueSpecifiedByUser) will be called during syntax validation. If none of the values match, the user will get a syntax error.
Generated using TypeDoc
Interface describing what values are allowable for a particular option.