• caglararli@hotmail.com
  • 05386281520

Why should one use globs over regex when doing filename pattern matching?

Çağlar Arlı      -    25 Views

Why should one use globs over regex when doing filename pattern matching?

I see that some tools that have to match filenames only support regex and not globs. Would these tools be using globs improve their security?

Is there a security aspect to using globs over regex when matching filenames?