phpbar.de logo

Mailinglisten-Archive

[php] RegEx

[php] RegEx

Cyrill Schumacher php_(at)_phpcenter.de
Tue, 14 Aug 2001 18:34:55 +0200


> 1-2  
> 
> wandelt zu 12

$int = (int)preg_replace('=[^0-9]+=','',$string);
 
> aber ab zwei ziffern, wie
> 
> 12-0
> 
> zu 
> 
> 12:0

$doppelpunkt = str_replace('-',':',$bindestrich);
 
> kann mir da jemand bitte helfen?

reicht das ?

kiri




php::bar PHP Wiki   -   Listenarchive