Enumeration CharAllowanceMode

signals which characters to allow, not taking into account case sensitivity:

  • strict => 0-9, a-z, -, and _
  • dots => strict + .
  • specials => strict + ., |, ~, /, and :

Enumeration Members

Enumeration Members

Dots: "dots"
Specials: "specials"
Strict: "strict"

Generated using TypeDoc