/tg/ Station 13 - Modules - TypesVar Details - Proc Details

keyed_list

Vars

lowercase_keywhether the key names will be lowercased on ValidateAndSet or not.

Procs

validate_config_keyTakes a given config key and validates it. If successful, returns the formatted key. If unsuccessful, returns null.
validate_config_valueTakes 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.