Jerry Preston wrote:

> Is there a way to make this regex smart enough to handle both string? Is
> there a way that (\w+)_ can be changed to 2 to 10?
> 
> my  (@dat) = /(\w+\s+\w+\s+)=\s+(\w+)_(\w+)_(\w+)_/;

Use the split function instead.


Greetings,
Janek


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to