public class EscapeUtils
extends Object
This class regroups methods used to escape and unescape string. The escape
method permits any string (well those containing only ASCII characters) to be
converted a valid dict key. The unescape method will invert the conversion.
- Author:
- loomis