Yes it will, trim() was given the option to specify other characters in PHP 4.1.0.

Rember that it's a byte function, so single byte characters can be handled, you just can't use it for multi-byte characters.

~ DM


Naz Gassiep escreveu:
Great! Thanks for the answer, that's very helpful. Will trim() work if I specify charlists in the ASCII range? Not that I ever do, but just curious.
- Naz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to