You can use regular expressions and the Pattern class to split your string into an array, or the Matcher class to iterate through the matching groups.
David Cohen Computer Associates Software Engineer tel: +1 631 342 3590 [EMAIL PROTECTED] -----Original Message----- From: Alfredo Ledezma Melendez [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 4:30 PM To: Jakarta Commons Users List Subject: RE: camel case string At least I don't know such a thing... Regards, ____________________________________________ Alfredo Ledezma Mel�ndez. Costumer Record Management Consultor Externo de Sistemas de Atenci�n a Clientes RadioMovil DIPSA, S. A. de C. V. Ej�rcito Nacional No. 488, Col. Anahuac, C.P. 11570 M�xico D.F. -----Original Message----- From: Anthony Perritano [mailto:[EMAIL PROTECTED] Sent: Monday, March 07, 2005 3:17 PM To: Jakarta Commons Users List Subject: Re: camel case string it could be any random string, is there a quick util for figuring out all the capital letters of a string? -Tony On Mar 7, 2005, at 1:02 PM, Alfredo Ledezma Melendez wrote: > I recommend using split function from String class > > Regards, > ____________________________________________ > Alfredo Ledezma Mel�ndez. > Costumer Record Management > Consultor Externo de Sistemas de Atenci�n a Clientes > RadioMovil DIPSA, S. A. de C. V. > Ej�rcito Nacional No. 488, Col. Anahuac, C.P. 11570 > M�xico D.F. > > -----Original Message----- > From: Anthony Perritano [mailto:[EMAIL PROTECTED] > Sent: Monday, March 07, 2005 2:48 PM > To: [email protected] > Subject: camel case string > > Hi, > is there api to split camel case strings into separate words? for > example i want the ability to split stepListFirst into step List First. > > Thanks, > Anthony Perritano > > > --------------------------------------------------------------------- > 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] --------------------------------------------------------------------- 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]
