![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: remove from a string
From: Chung Leong <chernyshevsky@hotmail.com>
Date: Fri Aug 26 2005 - 04:14:43 CEST
But then you end up replacing every instance of the substring should it
substr($s, 0, 4) . substr($s, 4 + 5);
|