1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
1.6K views
by brandon-w-8204 (34.1k points)
I have extra carriage returns in string and need to remove or replace them. Is it possible to remove or modify them.

1 Answer

+1 vote

QIE can replace these using the Standard Replace Function:

Regex for easy copy and paste: [\r?\n|\n]

by brandon-w-8204 (34.1k points)
edited by brandon-w-8204
by brandon-w-8204 (34.1k points)
To use this with XML put the xpath you need in the source "Node Path" and target "NodePath".
...