What does the TRIM function do?

What does the TRIM function do?

1 Like

Hi @aakriti.kamboj,

The TRIM() function allows us to extract specific indexes from a string. The syntax of this function is:

TRIM(getVal("Datapath"),'Index to extract')
2 Likes