how to append stuff to the end of each line ?
-
Hello & Thanks ;
I can insert stuff in first column of each line .
But how can I append stuff to the end of each line .
Thanks -
@vmars-vernon said in how to append stuff to the end of each line ?:
But how can I append stuff to the end of each line .
If using a regex (regular expression) I’d say using the Replace function we have
Find What:$
Replace With:insert your text to add to end of line here
This is a regular expression so search mode MUST be regular expression.As the
$is a zero width marker there’s no need to include anything that we captured, just the text you wish to insert.Terry
-
Thanks ;
I’ve never used regx
Works great .
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