Re: grep help request -- data fields max size

2005-10-28 Thread David Gilden
Thanks Jay, For your recommendation, is there a way I can limit the size, something like: [\w\.-]{1,50} or should I do that I bring in the data for first time? Have a great weekend! Dave Ft. Worth, Tx [ www.coraconnection.com ] > It's going to be a whole lot easier, and probably just as fast

Re: grep help request

2005-10-28 Thread John Doe
David Gilden am Freitag, 28. Oktober 2005 20.55: > Hello, > > I am stuck with this issue. > How do get each substring (the names in this case) and then upper case > them. This does not work just yet > > Possible data: > mike smith > john h. hamilton > g. bush > hendric > > etc.. > > >

Re: grep help request

2005-10-28 Thread Jay Savage
On 10/28/05, David Gilden <[EMAIL PROTECTED]> wrote: > Hello, > > I am stuck with this issue. > How do get each substring (the names in this case) and then upper case them. > This does not work just yet > > Possible data: > mike smith > john h. hamilton > g. bush > hendric > > etc.. >

grep help request

2005-10-28 Thread David Gilden
Hello, I am stuck with this issue. How do get each substring (the names in this case) and then upper case them. This does not work just yet Possible data: mike smith john h. hamilton g. bush hendric etc.. #!/usr/bin/perl $SendersName = " dave middlename gilden "; $SendersName =~