Parsing This Line

new topic     » topic index » view thread      » older message » newer message

What's the most efficient way to parse this line so I can do something like this:

line = "company=Billy's Operating Company&profile=Dori&user=Dori Setchell&form=aaplepca&inv=N/A&pc_id=1554165672&lic_path=C:\Documents and Settings\BillyRay\Application Data\Microsoft\Templates&win=Windows XP Professional&word=Word 2010" 
puts(1, get_field( line, "company" ) ) 

Output is

Billy's Operating Company 

Obviously, it would probably be better to load up line into an object, but the above is a general idea.

Thanks!

EDIT 1: I just recalled maps. I bet they're useful here. Let's try that! grin

EDIT 2: Ummm. Maps aren't really for "records." OK, what is?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu