Get substring

Element that extracts substring from given string.

Properties

  • String*: [String] Base string

  • Index*: [Int32] Substring start index

  • Length: [Int32] Substring length

  • Result*: [String] Result string

Last updated