A regex question
-
Hello,
I have a lot of lines like this :
dada#1191 (dodo) and a sentence here [a word]I need to keep only this for each lines :
dada#1191 (dodo)And to remove the “()”
dada#1191 dodoDo you know a way please ?
-
Hello, @jijo,
Easy with regexes !
So, open the Replace dialog (
Ctrl + H)-
SEARCH
(data#1191 )\(dodo\).+ -
REPLACE
\1dodo -
Tick the
Wrap aoundoption -
Select the
Regular expressionsearch mode -
Click once on the
Replace Allbutton
Voila !
Best Regards
guy038
-
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