Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #5114
| From | Johnny Morrice <spoon@killersmurf.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Need help bringing select array lines together |
| Date | 2011-05-26 18:05 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <20110527000539.2c1ba525@killersmurf.com> (permalink) |
| References | <f293c173-40a7-4d9d-b62b-9c00f079ac55@bl1g2000vbb.googlegroups.com> <20110526184256.54f1bcf6@killersmurf.com> <be910e8888396ae75362ecb47c8bf0d5@ruby-forum.com> <05492149-5F61-4174-83A1-278C1BD7EC2C@mac.com> |
> "stuff"otherstuff"morestuff" > > Is that an example of a nested string or just two strings with > otherstuff inbetween? That's ambiguous. Oh noes! I am a sort of disorganised person. I was thinking of matching parenthesis, which you can't do with "regular" regular expressions. Really I just made a stupid mistake! I was thinking of nested stings like so "\"\\\"\\\"\"". All you would have to look for is \", since \\\" ends with \". So that can be done without variable amounts of memory. Hence, I sort of just blabbed without engaging the brain properly, leading to this discussion. Oh noes! I'm not really sure why my mind drips out my ears, but hey I have some cheese and wrote some ruby so it's all good. Johnny
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Need help bringing select array lines together Paul <tester.paul@gmail.com> - 2011-05-26 09:26 -0700
Re: Need help bringing select array lines together Johnny Morrice <spoon@killersmurf.com> - 2011-05-26 12:43 -0500
Re: Need help bringing select array lines together Johnny Morrice <spoon@killersmurf.com> - 2011-05-26 12:54 -0500
Re: Need help bringing select array lines together Paul <tester.paul@gmail.com> - 2011-05-26 14:24 -0700
Re: Need help bringing select array lines together Johnny Morrice <spoon@killersmurf.com> - 2011-05-26 16:46 -0500
Re: Need help bringing select array lines together 7stud -- <bbxx789_05ss@yahoo.com> - 2011-05-26 17:14 -0500
Re: Need help bringing select array lines together Paul <tester.paul@gmail.com> - 2011-05-26 21:37 -0700
Re: Need help bringing select array lines together 7stud -- <bbxx789_05ss@yahoo.com> - 2011-05-26 17:31 -0500
Re: Need help bringing select array lines together 7stud -- <bbxx789_05ss@yahoo.com> - 2011-05-26 17:33 -0500
Re: Need help bringing select array lines together Gary Wright <gwtmp01@mac.com> - 2011-05-26 17:45 -0500
Re: Need help bringing select array lines together Johnny Morrice <spoon@killersmurf.com> - 2011-05-26 18:05 -0500
Re: Need help bringing select array lines together Bala TS <bdeveloper01@yahoo.com> - 2011-05-26 23:53 -0500
csiph-web