Difference between Slice, Substring & Split

Today we are going to read about the 3 String Functions – Slice, SubString & Split. PS: As the name suggests, String functions work only on strings. slice(‘<text>’, <startIndex>, <endIndex>) Example: In the compose expression, i have written [slice(variables(‘String’),2,5)] Thus the result here is: ali Some interesting facts here would be: Lets see some examples … Continue reading "Difference between Slice, Substring & Split"
Published on:
Learn more