On 2025-12-28 11:53, Morgan wrote:
Also in PHP, where ctype_space() recognises \f as whitespace as well as all of those that trim() removes. (As the name implies, of course, this is because \f is recognised as whitespace in C.)
Uh, except of course for NUL, which trim() removes.
