fn builtin_glob2rx(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Convert a glob (wildcard) pattern to a regular expression.
@param pattern character scalar: a glob pattern with * and ? wildcards @return character scalar containing the equivalent anchored regex