How do i spilt a line from a local text file i read into and spilt it. for example "Hello","world","12,56,132" and get a array with hello world and 12,56,132 if i do this line.split(/"\s*/) i get comma left such as hello, world, 12,56,132 i want just hello world 12,56,132 any help? thank you
-- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
