[Exim] Regex Help

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Marc Perkel
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] Regex Help
Need a little help with regex.

I have a string:

1234#1234@4568@xxxx@ext

I want to match the text in between the # amd the FIRST @.

I tried #.*@ and that seems to match to the last @.

How do I do this?