# String::Escape -- 1998.09_19 Name DSLI Description -------------- ---- --------------------------------------------- String:: ::Escape adpf Escape by-name registry and useful functions This module provides a flexible calling interface to some frequently-performed string conversion functions, including applying and removing C/Unix-style backslash escapes like \n and \t. The escape() function provides for dynamic control of string manipulations by using a package hash variable to map escape specification strings to the functions which implement them. Compound specifications (ex. 'quoted uppercase') are expanded to a list of functions to be applied in order. This release of String::Escape is intended for public review and feedback. It has been tested in several environments and no major problems have been discovered, but it should be considered "alpha" pending that feedback. To install this package, download and unpack the distribution archive from http://www.evoscript.com/dist/String-Escape-1998.0919.tar.gz and execute the standard "perl Makefile.PL", "make test", "make install" sequence. --- Copyright 1997, 1998 Evolution Online Systems, Inc. You may use this package for free under the terms of the Artistic License.