[String_Extract] takes three parameters: a string, a -StartPosition keyword/value parameter, and a -EndPosition keyword/value parameter. Returns a substring from -StartPosition to -EndPosition.
Note: This tag performs a similar operation to [String->SubString].
string_extract('string value',
-startposition=position,
-endposition=position)
Use the [String_Extract] tag. The following example extracts five characters from the string, starting at position 5.
Code
string_extract('string value', -startposition=5, -endposition=9)
Result
ng value
Please note that periodically LassoSoft will go through the notes and may incorporate information from them into the documentation. Any submission here gives LassoSoft a non-exclusive license and will be made available in various formats to the Lasso community.
©LassoSoft Inc 2015 | Web Development by Treefrog Inc | Privacy | Legal terms and Shipping | Contact LassoSoft
Recent Comments