Hi,
Case:
Input Field Value: " 12345-"
Output Value: " - "
if the last character value " -", need to map with "-" and for any value need to map with "+".
I have used "endsWith" function and if condition...its giving some Runtime Exception like "cannot cast decimal value"
Can anybody help me for the same.
-Stallin