![]() |
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: Ken Robinson <kenrbnsn@rbnsn.com>
Date: Fri Aug 26 2005 - 00:17:01 CEST
werdna.si...@gmail.com wrote:
You could combine str_replace and substr:
$str = 'john goes running';
Ken
|