Ronald Yacketta wrote: > > Have a quick regex question here ;) > > What is the sequence to search for a string backwards? > IE: > > 03:17am up 36 days, 49 mins, load average: 1.90, 1.83, 1.75 > > Instead of splitting/searching what have you to get the middle > number (1.83) > I think it would be easier to start at the end of the line and work > backwards.
http://www.perl.com/pub/a/2001/05/01/expressions.html http://japhy.perlmonk.org/sexeger/sexeger.html John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]