return a substring of a string-type eg: Substr<Monday|Tuesday|Wednesday, 3> returns Mon|Tue|Wed U is the original string union Max is the number of chars to return Start is the offset (starting from '1')
Substr<Monday|Tuesday|Wednesday, 3>
return a substring of a string-type
eg:
Substr<Monday|Tuesday|Wednesday, 3>returns Mon|Tue|WedU is the original string union
Max is the number of chars to return
Start is the offset (starting from '1')