NAME
Text2URI
VERSION
version 0.1
SYNOPSIS
use Text2URI;
my $t = new Text2URI();
print $t->translate("Atenção SomeText (0)2302-3234 otherthing !!");
# atencao-sometext-0-2302-3234-otherthing
print $t->translate("Sell your house",'_');
# sell_your_house
DESCRIPTION
Simple but effective transform text to a "url friendly" string! Just it
NAME
Text2URI - Transform text to a "url friendly" string
AUTHOR
Renato Cron <renato@aware.com.br>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Aware TI <http://www.aware.com.br>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.