Re: [NUDGE] split on REs

2004-12-29 Thread William Coleda
Yes, I was using a regular expression, not a rules. =-) Patrick R. Michaud wrote: On Wed, Dec 29, 2004 at 08:09:10PM -0500, William Coleda wrote: I'd like to get Tcl's [namespace] implemented, but this will be very difficult until I can do: $P0 = split "::+", $S0 or something equivalent with PGE.

Re: [NUDGE] split on REs

2004-12-29 Thread Patrick R. Michaud
On Wed, Dec 29, 2004 at 08:09:10PM -0500, William Coleda wrote: > I'd like to get Tcl's [namespace] implemented, but this will be very > difficult until I can do: > > $P0 = split "::+", $S0 > > or something equivalent with PGE. Nudge noted. At the moment I've been holding off on progressing to

[NUDGE] split on REs

2004-12-29 Thread William Coleda
I'd like to get Tcl's [namespace] implemented, but this will be very difficult until I can do: $P0 = split "::+", $S0 or something equivalent with PGE.