No, globs are not regular expressions.
“Globs do not include syntax for the Kleene star which allows multiple repetitions of the preceding part of the expression; thus they are not considered regular expressions, which can describe the full set of regular languages over any given finite alphabet.”
— <https://en.wikipedia.org/w/index.php?title=Glob_(programming...>