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 6072685
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:11:14+00:00 2026-05-23T10:11:14+00:00

Have been looking all over the place for this. Suppose I have a block

  • 0

Have been looking all over the place for this. Suppose I have a block of XML like this:

<leftcol>
    <block icon="tips" text="Is it right for you?" url="/support/feasibility.html" link="Feasibility              evaluation"/>
    <block icon="question" text="Interested?" url="/support/question.html" link="Ask a question"/>
    <block icon="docs" text="Want some details?" url="/docs/" link="View documentation"/>
    <block icon="box" text="Like It?" url="/purchase.html" link="Purchase online"/>
</leftcol>

And I want to use Vim to quickly jump to (or delete) attributes and their values. What would be a good regex to do this?

I tried the obvious / .*=".*?" but it’s too greedy — if I have two attributes on the same line, it selects them both.

Any help would be much appreciated. I’m specifically looking for a regex and not a plugin.

  • 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-05-23T10:11:15+00:00Added an answer on May 23, 2026 at 10:11 am

    In vim non-greedy operator is \{-} threfore you can search on:

    / [a-z]\{-}=
    

    to match LHS of each and every attribute.

    UPDATE: Based on OP’s comments below:

    Use following non-greedy search pattern to search/match an attribute completely assuming " has been used everywhere on RHS of an attribute:

    /[a-z]\{-}="[^"]\{-}"
    

    To move your cursor to the beginning of a search pattern use:

    //
    

    To move your cursor to the end of a search pattern use:

    //e
    

    And finally to delete entire search pattern use:

    d///e
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been looking all over for this. I have two seperate prpt files
OK I have been looking all over the place for ways to add URL
I have been looking all over for an answer to this question, but can't
I have been looking all over for a way to do this but most
I have been looking all over the internet and i found some good guides
I've been looking all over for a simple example of how to have an
I've been looking all over the place, but I haven't landed an answer yet.
I have been looking all over for how to compare char elements in a
I have been looking all over google to find some answers to my questions
I have been looking all over google to find what the hex output of

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.