Unescape String (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
Unescape String
'Unescape String' LogiX node
Inputs
  String String
Outputs
  String Unescaped

The Unescape String node replaces escaped characters in the input with their unescaped counterparts. This uses the C# regex unescape call.

Due to the permissiveness of the unescape method, this is valid for unescaping json string fields, and some forms of string literals in programing languages such as C, C#, and javascript.

Each language may have escape sequences (or may lack escape sequences) for this conversion to be safe, please check with your specific language specification.

Usage

Examples

Node Menu

String
Back Characters Quick Format Special Characters + < >
× Capitalize Compare Strings Contains Empty String
Ends With Escape String Format Get Type Index Of String Is String Empty New Line
Null String Replace First Substring Replace Substring Reverse String Starts With String Insert String Join
String Length String Remove Strip RTF Tags Substring To Lower To String To Upper
Trim String Unescape String