Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

This is quite simple module, which should be used for escaping/unescaping strings. It should work for every escape sequence defined by D. It has only two functions:

  • escape(input)
  • unescape(input)

Escaper module should work also for storages.