signals which characters to allow, not taking into account case sensitivity:
strict
0-9
a-z
-
_
dots
.
specials
|
~
/
:
Generated using TypeDoc
signals which characters to allow, not taking into account case sensitivity:
strict
=>0-9
,a-z
,-
, and_
dots
=> strict +.
specials
=> strict +.
,|
,~
,/
, and: