Replying to myself now.
On Tue, Nov 4, 2008 at 7:40 AM, Yeti <[EMAIL PROTECTED]> wrote:
>> ltrim($line, '0123456789 .');
>
> I am feeling a bit boneheaded now. How easy things can be.
>
This would not work if the character string after the number started
with a number too.
EXAMPLE
So if one st
> ltrim($line, '0123456789 .');
I am feeling a bit boneheaded now. How easy things can be.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> ...
I was thinking more like this:
ltrim($line, '0123456789 .');
--
Richard Heyes
HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org (Updated November 1st)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo