String Insert (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
String Insert
'String Insert' LogiX node
Inputs
  String Str
  String Value
  Int StartIndex
Outputs
  String *

The String Insert node outputs the Str input with the Value string inserted at the StartIndex position.

Usage

If the StartIndex is out of the range of values possible for the input Str (i.e negative values or values greater than the length of Str - 1) the output is null.

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