Function Create-Ranges-From-Hash

Part of:

package cl-ppcre
( create-ranges-from-hash < hash > &key < downcasep > )

Tries to identify up to three intervals (with respect to CHAR<)
which together comprise HASH. Returns NIL if this is not possible.
If DOWNCASEP is true it will treat the hash-table as if it represents
both the lower-case and the upper-case variants of its members and
will only return the respective lower-case intervals.