Indeed, Eclipse's way takes about 100 lines of code, and it has an option to treat quotes windows-style or not (which I don't claim to understand.)
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Carman Sent: April 2, 2008 3:04 PM To: Jakarta Commons Users List Subject: Re: [cli] method to convert a string (which is a whole command line) into an array (of arguments) That won't account for arguments that are surrounded by quotes. On Wed, Apr 2, 2008 at 4:02 PM, <[EMAIL PROTECTED]> wrote: > On Wed, Apr 2, 2008 at 3:58 PM, Daniel Tripp <[EMAIL PROTECTED]> wrote: > > Hello. I've been looking for a method to parse a command-line > string into > an string-array > > System.out.println("hello world".split("\\s+")); > > -jesse > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
