On Mon, 24 Sep 2001, Jerrad Pierce wrote:

> >Well except for the positions thing how is:
> >
> >@F = (/(.)*/);
> >
> >not what you want?
> My bad, I mean:
> 
> @F = /(.)/g;

this does not give me the memory for multiple matches inside the regex. it
allows me to match the regex multiple times... it remedies the problem of
1(.)*, but not 1(.)*2(.)*

> 
> -- 
> H4sICNoBwDoAA3NpZwA9jbsNwDAIRHumuC4NklvXTOD0KSJEnwU8fHz4Q8M9i3sGzkS7BBrm
> OkCTwsycb4S3DloZuMIYeXpLFqw5LaMhXC2ymhreVXNWMw9YGuAYdfmAbwomoPSyFJuFn2x8
> Opr8bBBidccAAAA=
> --
> MOTD on Boomtime, the 48th of Bureaucracy, in the YOLD 3167:
> Oh boy! Rocket science at its best --JP
> 

Reply via email to