Leaf module (no use dependencies) holding the ASCII case helpers that were
previously copy-defined in config, config_2d, and config_schema. Two
variants are kept deliberately:
to_lower — lowercase only, preserving length and surrounding
whitespace.lowercase_token — left-justify + trim, then lowercase (token
normalisation for namelist values and schema keys).Return a lowercased copy of an ASCII string, preserving length and whitespace.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | s |
Return a left-justified, trimmed, lowercased copy of value.
Pure: has no side effects (usable inside other pure procedures).
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | value |