aboutsummaryrefslogtreecommitdiff
path: root/net/p5-URI-Match/pkg-descr
blob: c09cc9920da3226ca5148e5ba1ad52dd8ab3f20f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is a simple utility that adds ability to match URL parts against
regular expressions, subroutines, or objects that implement a match()
method.

Since this module uses loops and method calls, writing up a clever
regular expression and using it directly against the whole URL is
probably faster. This module aims to solve the problem where
readability matters, or when you need to assemble the match conditions
at run time.

URI::Match adds the following methods to the URI namespace.

WWW: https://metacpan.org/release/URI-Match