RE: newbie whitespace question

2001-07-10 Thread Aaron Craig
>At 15:49 09.07.2001 -0700, Wagner-David wrote: >> Change:if ( /^Kilobytes:(.*)$/ ) to if ( /^Kilobytes:\s*(\d*)$/ ) >> >> where $1 will have your count without leading spaces. You may want >>a test to verify that you did get a hit on digits. >> >>Wags ;) > >That only works if the text

RE: newbie whitespace question

2001-07-10 Thread Aaron Craig
At 15:49 09.07.2001 -0700, Wagner-David wrote: > Change:if ( /^Kilobytes:(.*)$/ ) to if ( /^Kilobytes:\s*(\d*)$/ ) > > where $1 will have your count without leading spaces. You may want >a test to verify that you did get a hit on digits. > >Wags ;) > That only works if the text followi

RE: newbie whitespace question

2001-07-09 Thread Wagner-David
Change:if ( /^Kilobytes:(.*)$/ ) to if ( /^Kilobytes:\s*(\d*)$/ ) where $1 will have your count without leading spaces. You may want a test to verify that you did get a hit on digits. Wags ;) -Original Message- From: Nat Durbin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09