05-09-2017 12:33 AM - edited 05-09-2017 12:39 AM
Hi,
I am facing issue while replacing string. I have one buffer which may contains multiple CR or LF or both. I just want to replace these with the white space.
I am using "search and replace.vi" for this purpose, I have changed this VI to Regular expression by right+click. In input I have given my buffer, in search string input [\r\n]$ regular expression and in replace string I have given "Empty string" constant.
I think I have made correct changes for the issue but nothing working so far.
Thanks,
Pratik
Solved! Go to Solution.
05-09-2017 01:14 AM
05-09-2017 04:28 AM
Thanks for this simple solution..
05-09-2017 08:11 AM