Core Function Unescape

From Sputnik Wiki
Revision as of 15:09, 13 September 2013 by UberFoX (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Unescape( <expression> )

Contents

Description

Remove all escapes from a string.

Parameters

expression

The string to use.

Return Value

Success: Returns a string with backslashes stripped off. (\' becomes ' and so on.) Double backslashes (\\) are made into a single backslash (\).

Failure: Returns empty string.

Remarks

None.

Example

say Unescape(@"\m\n\t\\");// Prints: mnt\
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox