Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8613637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:55:41+00:00 2026-06-12T04:55:41+00:00

I have lines of text, all with the same structure, and would like to

  • 0

I have lines of text, all with the same structure, and would like to make a permutation of 2 elements on all lines:

1257654 some text (which may be long) #Foo
1543098 some other text #Barbar
1238769 whatever #Baz
2456874 something else #Quux

I want to obtain :

#Foo some text (which may be long) 1257654
#Barbar some other text 1543098
#Baz whatever 1238769
#Quux something else 2456874

This is where I am stuck :

:%s/\(\d\{7\}\)\(#.\{-}\)/\2\1/

Where did I go wrong ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T04:55:42+00:00Added an answer on June 12, 2026 at 4:55 am

    The problem with your substitution is that you only have two groups instead of three.

    Your goal is to swap 1 and 3 around 2:

    (1)(2)(3) --> (3)(2)(1)
    

    So you need to have three groups in your pattern:

    (1543098)( some other text )(#Barbar)
    

    to be able to do:

    (#Barbar)( some other text )(1543098)
    

    This substitution seems to work:

    :s/^\(\d\{7\}\)\(.*\)\(#\w*\)/\3\2\1
    

    here is a shorter and prettier version thanks to verymagic:

    :s/\v^(\d{7})(.*)(#\w*)/\3\2\1`
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application which needs to loop through all the lines in text
I have some text lines like that : vt_wildshade2^508^508 vt_ailleurs2^1188^1188 ... vt_high2^13652^13652 Is it
I have some text which I want to have on separate lines. I try
I have several large text text files that all have the same structure and
I have an array in php that contains all the lines of a text
I have a simple text file containing some CSV with the following structure: @Parent1_Field1,
Imagine that you have to create many lines in file all with the same
I have a view with custom drawRect method which has two text lines drawn
I have multiple lines of text entered into a single MySQL longtext cell that
I have 7 lines of text: a b c d e f g Now

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.