The function returns a string, not a regex object, because the latter
would lock in (and out) any modifier flags, such as
/i, but we'd rather delay that decision until
later.
Shell wildcard rules are different from those of a regular
expression. The entire pattern is implicitly anchored at the ends; a
question mark maps into any character; an asterisk is any amount of
anything; and brackets are character ranges. Everything else is a
literal.