Hi John,
I would just like to suggest a different approach. Like the old saying goes:
Some people, when confronted with a problem, think “I know, I’ll
use regular expressions.” Now they have two problems.
— Jamie Zawinski, in comp.lang.emacs
If the delimiter is a
> I have a file that is a long list of records (roughly) in the format
>
> [EMAIL PROTECTED]
>
> So, for example:
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
>
> What I would like to do is run a regular expression against this and
> w
John Clark wrote:
> Hi,
>
> I have a file that is a long list of records (roughly) in the format
>
> [EMAIL PROTECTED]
>
> So, for example:
>
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
>
> What I would like to do is run a regular
Hi,
I have a file that is a long list of records (roughly) in the format
[EMAIL PROTECTED]
So, for example:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
What I would like to do is run a regular expression against this and
wind up with:
[EMAIL