udPattern allows you to store patterns and to check strings against them. It should be perfect for matching URLs and filenames.
Just register the patterns you want to use and then call the TestPattern function to check if it is a valid string. You can use accept(+) or reject(-) to all patterns as well as wildcards.
If you are experienced with regular expressions you might do it faster but probably not as easy.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.