Need to find and replace character at the end of a line
-
I have a XML file and some records are incomplete, so I have to manually fix.
this is the correct format:
</HivTest></HivForm>(crlf)unfortunately there are records that are incomplete:
</HivTest></HivFor(crlf)so if I attempt to use the replace “</HivTest></HivFor”, it also finds “</HivTest></HivForm>”, so how can I find/replace just the “</HivTest></HivFor(crlf)”
-
use find dialog and check Search mode extended (on the bottom left)
find: </HivTest></HivFor\r\n replace: </HivTest></HivForm>\r\nCheers
Claudia
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login