| Template-Plugin-Text-Filter-URI documentation | view source | Contained in the Template-Plugin-Text-Filter-URI distribution. |
Template::Plugin::Text::Filter::URI - Filter a string to meet URI requirements
[% 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.
Moritz Onken, <onken at houseofdesign.de>
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.
You can find documentation for this module with the perldoc command.
perldoc Template::Plugin::Text::Filter::URI
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.
| Template-Plugin-Text-Filter-URI documentation | view source | Contained in the Template-Plugin-Text-Filter-URI distribution. |