keyed_list
Vars | |
lowercase_key | whether the key names will be lowercased on ValidateAndSet or not. |
---|---|
Procs | |
validate_config_key | Takes a given config key and validates it. If successful, returns the formatted key. If unsuccessful, returns null. |
validate_config_value | Takes a given config value and validates it. If successful, returns the formatted key. If unsuccessful, returns null. |
Var Details
lowercase_key
whether the key names will be lowercased on ValidateAndSet or not.
Proc Details
validate_config_key
Takes a given config key and validates it. If successful, returns the formatted key. If unsuccessful, returns null.
validate_config_value
Takes a given config value and validates it. If successful, returns the formatted key. If unsuccessful, returns null.