in reply to Re: Getting the number of times a regexp matches
in thread Getting the number of times a regexp matches
For example, the following code spits out an error (Can't modify constant item in list assignment):
so why is the following legal:(1) = (1,2,3);
Why is empty list not treated as a constant?() = (1,2,3);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re2: Getting the number of times a regexp matches
by tye (Sage) on Dec 08, 2000 at 00:39 UTC | |
|
Re: Re: Re: Getting the number of times a regexp matches
by Fastolfe (Vicar) on Dec 08, 2000 at 00:47 UTC |