text-parsing Questions
43
Solved
Challenge
Here is the challenge (of my own invention, though I wouldn't be surprised if it has previously appeared elsewhere on the web).
Write a function that takes a single
argument...
Antrorse asked 29/5, 2009 at 23:43
3
Solved
I have this string:
%{Children^10 Health "sanitation management"^5}
And I want to convert it to tokenize this into an array of hashes:
[{:keywords=>"children", :boost=>10}, {:keywords=>...
Valonia asked 3/4, 2009 at 11:28
27
Solved
I have a single string that contains the command-line parameters to be passed to another executable and I need to extract the string[] containing the individual parameters in the same way that C# w...
Apples asked 18/11, 2008 at 14:10
© 2022 - 2024 — McMap. All rights reserved.