Forum Discussion

PrashantMaheshw's avatar
PrashantMaheshw
Qrew Captain
2 years ago

Find if text field contains \n or Line Break

I have a text field XY containing data "hello friend how are you" I m trying to detect if it contains line break or \n (which it does) contains([XY],"\n")  This fails , what else can be ...