Trim Issue --- trim(string) and string.trim

M_Policynumber.trim() didn’t solve my issue in my situation, that’s why i changed to trim(string). and now strings.trim(variable) works well now. thanks for your solutions.

1 Like