|
I am trying to pick out all the Email addresses from the sample data below:
Now this regex with rex works fine and picks up all the email addresses
But how do i specify in transforms.conf to match multiple times?? There is no max_match option for transforms.conf Here is my transforms.conf
As you can see i tried both types of supported regex's in the transforms.conf file. Any ideas? |
|
You can use the
Now that was easy! Thanks a million! ;-)
(13 May '11, 06:16)
lohans
|