SQLite::VirtualTable::Util - Helper functions for SQLite::VirtualTable
use SQLite::VirtualTable::Utill qw(unescape); my $foo = unescape $bar;
This module contains some utility functions that are used by SQLite::VirtualTable and derived modules.
remove quotes and resolve escaped characters from the argument.
Salvador Fandiño (sfandino@yahoo.com).
Copyright (C) 2006 by Qindel Formacion y Servicios, S. L.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.