Unescape String (LogiXノード)

From Neos Wiki
Jump to navigation Jump to search
This page is a translated version of the page Unescape String (LogiX node) and the translation is 100% complete.
Other languages:
English • ‎日本語
Unescape String
'Unescape String' LogiX node
Inputs
  String String
Outputs
  String Unescaped

Unescape Stringノードは、入力中のエスケープされた文字をエスケープされていない文字に置き換えます。これはC# Regex.Unescape(String)メソッドを使用します。

unescapeメソッドの許容性により、json文字列フィールドや、C、C#、javascriptなどのプログラミング言語における文字列リテラルのいくつかの形式をアンエスケープするのに有効です。

各言語は、この変換を安全に行うためにエスケープシーケンスを持つ(またはエスケープシーケンスを持たない)場合がありますので、各言語の仕様を確認してください。

使用方法

ノードメニュー

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