make Package Safe
Makes the given package path safe to use
Converts the path to lowercase
Removes all characters that are not
a-z,0-9,., or_
Return
The safe package path
Parameters
path
The package path to make safe
Makes the given package path safe to use
Converts the path to lowercase
Removes all characters that are not a-z, 0-9, ., or _
The safe package path
The package path to make safe