![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: string split with regex
From: Adrian Parker <apparker@nospam.com>
Date: Wed Sep 28 2005 - 18:37:04 CEST
"ZER0" <zer0.shock@libero.it> wrote in message
What am I missing, the following returns a zero length array.
function splitit(str) {
splitit("B1.2CD34");
|