Search for <span and Replace it with newLine+<span ?
-
Hello & Thanks ,
How can i search for <span and replace it with newLine+<span .
or vice versa search </span and replace it with EolLine+</span .As always Thanks …Vern
-
Hello vern,
replace dialog check extended.
for the new line
Find what: <span Replace with: \r\n<spanbut what do you mean by EolLine?
Cheers
Claudia -
Hi Claudia , Thanks ,
<but what do you mean by EolLine?>
EolLine (redundant name) , I mean EodOfLine .Cheers
Vern -
Hello vern,
still not sure, but do you mean end of line?
If so, the \r and \n are end of line chars.Depending on which operating system you edit a file, it will
end a line by adding one or both of this chars to that line.
So on mac os an editor would add an \r, on most unix oses
an editor would add \n and windows editors using \r\n.So if you want to change something like
<span> text text text </span>to
<span> text text text</span>you would use, same replace settings as before,
Find what: \r\n</span> Replace with: </span>Cheers
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