-
Notifications
You must be signed in to change notification settings - Fork 5
Transform LeftString
Søren Granfeldt edited this page Feb 19, 2017
·
1 revision
This transform returns a substring with the 'CharactersToGet' leftmost characters from the source. If there are less characters in the string/source than the specified number, the entire source is returned.
<Transform xsi:type="LeftString" CharactersToGet="7" />
This transform has one parameter -
- CharactersToGet - The number of characters from the left to get.
Get the latest release here (https://github.com/sorengranfeldt/mare/releases)