Hi
Could anybody let me know how to find a white space in the string. I have to make some logic on string if there is ant white space in it.
Thanks
siddhu
Hi
Could anybody let me know how to find a white space in the string. I have to make some logic on string if there is ant white space in it.
Thanks
siddhu
Siddhu,
In the flow do a Branch operation on the string and place 2map steps under the branch and make use of Regular Expression on the first mapstep label (/. /)and second map label will be $default.
So if there is any white space in the string then first map will execute if not second map will execute.
HTH,
HTH
Couldn’t you use pub.string.length and check for the length of the string where value = null