Truncates a given string at a specified position. Everything after the specified position will be removed.

Preview of the String > Truncate node


Properties


  • String : String to truncate at a specified position
    Default : empty
  • Integer : Index where to perform the truncate
    Default : 0.0

Inputs


Name Type Description
String String String to truncate at a specified position
Integer Integer Index where to perform the truncate

Outputs


Name Type Description
String String Resulting string after truncate

Example


Example of String Truncate node removing characters after position

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.