Ractive.unescapeKey()

edit this page

Unescapes the given key e.g. foo\.bar => foo.bar.

Ractive.unescapeKey( key )

Returns the properly unescaped key.

key String

The key to unescape.