How to replace a break line or \n

Hi guys!
I have this problem.

"xxxx

info"

I need “xxxx info”

I already tried a few ideas that i found here but not working. (regex, VbCrLf, replace)

any idea

Hello @RPA_RPA2 Welcome to the UiPath Community Forum.

Please find attached screenshot along with the regex and execution log.

Let me know if it helps.

Thanks.

1 Like

thank you very much!

it depends on some details of the input string
grafik

We handled all variations with one pattern

But [\r\n] is more compact and therefore to prefer

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.