search and NOT replace, but add
-
I need to find the sequence [0-9][A-Z][0-9] and add the tab character I need after the result without changing the original sequence.
Thank you for your help. -
@Alex-Hlebnik said in search and NOT replace, but add:
I need to find the sequence [0-9][A-Z][0-9] and add the tab character I need after the result without changing the original sequence.
Thank you for your help.In a regular expression replacement,
$0represents the string the find expression matched. So you can do what you want by making the replace string$0\t. -
@Coises Joo! Thank you! It’s work!
Case is closed
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