Re: How to split on case boundries?

2002-02-22 Thread Tim Musson
Hey Jeff, My MUA believes you used (X-Mailer not set) to write the following on Thursday, February 21, 2002 at 2:13:31 PM. JjP> On Feb 20, Tim Musson said: >>The people who control the data want to remove the _ chars and make >>the delimiter based on the case of the chars (first char of each par

How to split on case boundries?

2002-02-21 Thread Tim Musson
Hey all, My current source looks like this ua_bit_essd_si I split on _ into @dpt. The people who control the data want to remove the _ chars and make the delimiter based on the case of the chars (first char of each part is uc, all others are lc)... So the source would look like this UaBitE

Re: How to split on case boundries?

2002-02-21 Thread Jeff 'japhy' Pinyan
On Feb 20, Tim Musson said: >The people who control the data want to remove the _ chars and make >the delimiter based on the case of the chars (first char of each part >is uc, all others are lc)... >So the source would look like this > UaBitEssdSi >I still need to put the same elements into @dp

RE: How to split on case boundries?

2002-02-21 Thread Mark Anderson
;\$dpt[$i]=$dpt[$i]\n"; } -Original Message- From: Tim Musson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 6:48 PM To: [EMAIL PROTECTED] Subject: How to split on case boundries? Hey all, My current source looks like this ua_bit_essd_si I split on _ into @dpt. Th