toEnum

fnMaybe!T toEnum(T, bool noCase = false, bool canIgnoreSpaceAndSymbol = false)(IStr str) if (is(T == enum)) @trusted @safe nothrow @nogc

Converts the string to an enum value.