![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: PHP Tokenize a String by its length
From: Lüpher Cypher <lupher.cypher@verizon.net>
Date: Sat Dec 31 2005 - 15:34:33 CET
Geoff Berrow wrote:
Actually:
$str = "aaa bbb ccc";
Outputs 8 :) There is a mistake, though:
instead of
Otherwise if it's trimmed first, it'll become "aaa bbb" and strrpos will
luph
|