in reply to Re: Array of strings search
in thread Array of strings search
Ok, got it so far, but i cant get to split the sender part from it. I tried:
( $sender ) = split (/\s(sender=(.*)@(.*),)/);
But just get cut the part after the "," and \s away, like:
client_address=185.15.51.41, EMPTYFROMHERE
What am i missing? Online Regex tools tell me that all is great.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Array of strings search
by Laurent_R (Canon) on Nov 24, 2017 at 00:09 UTC | |
|
Re^3: Array of strings search
by AnomalousMonk (Archbishop) on Nov 23, 2017 at 22:32 UTC |