String Remove (LogiXノード)

From Neos Wiki
Jump to navigation Jump to search
This page is a translated version of the page String Remove (LogiX node) and the translation is 100% complete.
Other languages:
English • ‎日本語
String Remove
noframe
Inputs
  String Str
  Int StartIndex
  Int Length
Outputs
  String *

String Remove

使用方法

入力

Str:入力する文字列

StartIndex: Str内の文字列のゼロベースで始まる文字の位置です。負の開始インデックスは0であるかのように扱われます。

Length: 文字列から削除する文字数です。この入力がない場合、デフォルトは Str の長さです。負の長さは0であるかのように扱われます。

出力

*: StrからStartIndexから始まる Lengthを差し引いた値です。StartIndex - Length が入力 Strの境界を超えた場合、Str の出力は null となります。

StringremoveExample.jpg

ノードメニュー

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