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

  • Home
  • SEARCH
  • 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 3605424
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T21:07:19+00:00 2026-05-18T21:07:19+00:00

I have a chunk of data from which I need to extract some strings

  • 0

I have a chunk of data from which I need to extract some strings and put them into a hash.
Would appreciate your help. I tried to do this with split command but it became too complicated.
Below is the example of what I would like help with.

 junk here
        name="bobby"
        team="orange"
    junk here
        name="steve"
        team="blue"
    junk here    
        name="joe"
        team="blue" 
junk here

Need to filter out junk from data. data->regex filter->hash

Hash I want: %hash= (‘bobby’ => ‘orange’,
‘steve’ => ‘blue’,
‘joe’ => ‘blue’,);

  • 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-18T21:07:20+00:00Added an answer on May 18, 2026 at 9:07 pm

    Well, assuming your values never contain quotes or any form of escaping, and name= is always the first thing on a line (except leading whitespace):

    my %hash;
    
    while ($string =~ /^\s*name="([^"]*)"\s*team="([^"]*)"/mg) {
      $hash{$1} = $2;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a large chunk of legacy php code that I need to interface
Have the following scenario. I have a few form, which essentially have a few
I have a simple user signup form with a checkbox that lets users get
have anyone found a substitution for RJS in Ruby on Rails for play? P.S.
have different files with same name, in different directories. In these files there are
I am trying to encode a simple String test back and forth. public static
In this context T is a certain type and allocator is an allocator object
Okay So I know this is super basic and I should know how to
Possible Duplicates: Why is this C code buggy? Problem with EOF when determine stream
I must use RightAWS for certain things. However, I can only get Paperclip uploads

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.