libregexp-shellish-perl

Module for shell-like regular expressions
  https://metacpan.org/release/Regexp-Shellish
  0
  no reviews



Regexp::shellish provides shell-like regular expressions. the wildcards provided are ?, * and **, where ** is like * but matches /.

case sensitivity and constructs like **, (a*b), and {a,b,c} can be disabled.