String Reverse

Reverses the sequence of characters making up the string so it reads back-to-front. ("Backwards text" becomes "txet sdrawkcaB".)

Interface

Inputs

ParameterDetailsPossible Types
String

The string to be reversed.

Primary Input

String[]
String

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

String
String[]