How to search for the last word after last slash "/" and paste it at the first of the string
-
Hi All!
I want to search for the last word after last “/” and paste it at the first of the string and also add a word like “mv” as below. Can this be done with search and replace using regular expression?
Thanks in advance.
Before:
$AP_TOP/patch/115/sql/AP_Entry_xld.sqlAfter:
mv AP_Entry_xld.sql $AP_TOP/patch/115/sql/ -
Hello @nikhil-chavan and All,
I think that this regex S/R should do what you expect to !
-
SEARCH
(?-s)^(.+/)(.+) -
REPLACE
mv\x20\2\x20\1 -
Tick the
Wrap aroundoption, if necessary -
Select the
Regular expressionsearch mode -
Click, either, on the
Replace Allor several times on theReplacebutton
Best Regards,
guy038
-
-
Hi @guy038
Thanks alot!!!
It worked…😊🍻
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