RE: Need help writing regular expression??

2005-06-23 Thread Bill Rich
will loose that fact that he has a different name than his father, Fred Flintstone. HTH Bill -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 1:55 PM To: Ant Users Group Subject: Need help writing regular expression?? Hello all, Quick question

Need help writing regular expression??

2005-06-22 Thread Ninju Bohra
Hello all, Quick question... I need write a regular expression to generate FirstLetterOfFirstNameLastName from a full name (i.e. First Name Last Name) Given the string: Ninju Bohra I want: NBohra What is the regular expression (if any) I would use? property name=full.name value=Ninju Bohra/

Re: Need help writing regular expression??

2005-06-22 Thread Alexey N. Solofnenko
I would try to replace all spaces '\s' with empty values. - Alexey. Ninju Bohra wrote: Hello all, Quick question... I need write a regular expression to generate FirstLetterOfFirstNameLastName from a full name (i.e. First Name Last Name) Given the string: Ninju Bohra I want: NBohra What

RE: Need help writing regular expression??

2005-06-22 Thread Hardacker, Andrew
: Wednesday, June 22, 2005 4:55 PM To: Ant Users Group Subject: Need help writing regular expression?? Hello all, Quick question... I need write a regular expression to generate FirstLetterOfFirstNameLastName from a full name (i.e. First Name Last Name) Given the string: Ninju Bohra I want

RE: Need help writing regular expression??

2005-06-22 Thread Ninju Bohra
Hardacker -Original Message- From: Ninju Bohra [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 22, 2005 4:55 PM To: Ant Users Group Subject: Need help writing regular expression?? Hello all, Quick question... I need write a regular expression to generate