# String-Any-Extensions Get extensions from string possible for files. # SYNOPSIS ... use String::Any::Extensions qw/include exclude/; #returns true include('some_string.ext.ext2', ['.ext','.ext.ext2']); #returns false exclude('some_string.ext.ext2', ['.ext','.ext.ext2']); #returns false '.ext.ext2' extension('some_string.ext.ext2'); ... # AUTHOR Mario Zieschang, C<< >> # BUGS Please report any bugs or feature requests to C, or through the web interface at L. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. # SUPPORT You can find documentation for this module with the perldoc command. perldoc String::Any::Extensions You can also look for information at: * RT: CPAN's request tracker (report bugs here) * AnnoCPAN: Annotated CPAN documentation * CPAN Ratings * Search CPAN # SEE ALSO + List::Filter::Library::FileExtensions