![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: preg_match not working
From: Toby Inkster <usenet200603@tobyinkster.co.uk>
Date: Tue Mar 07 2006 - 00:36:06 CET
Andrew Richardson wrote:
> $result = preg_match("[0-9][0-9]","12")
$result = preg_match("/[0-9][0-9]/","12");
-- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contactReceived on Mon May 1 02:28:34 2006 |