Binary package “libregexp-shellish-perl” in ubuntu noble

module for shell-like regular expressions

 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.