isValidKey

Tells whethe the string is valid dekstop entry key. Note: This does not include characters presented in locale names. Use separateFromLocale to get non-localized key to pass it to this function

pure nothrow @nogc @safe
bool
isValidKey
(
string key
)

Meta