NAME
Template::Plugin::Text::Filter::URI - Filter a string to meet URI requirements
SYNOPSIS
[% USE Text::Filter::URI %]
<a href="/blog/[% "a string with föreign chäräcters" | filter_uri %]">Link</a>
# Output
<a href="/blog/a-string-with-foreign-characters">Link</a>
This filter can be useful if you have a string which should be included in an url but contains illegal characters.
See Text::Filter::URI for more information on this process.
AUTHOR
Moritz Onken, <onken at houseofdesign.de>
BUGS
Please report any bugs or feature requests to bug-template-plugin-text-filter-uri at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Template-Plugin-Text-Filter-URI. 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 Template::Plugin::Text::Filter::URI
COPYRIGHT & LICENSE
Copyright 2008 Moritz Onken, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.