Search found 3 matches

by Patchworks
Wed Dec 22, 2004 12:05 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Email EP not working
Replies: 6
Views: 16643

Email EP not working

Set the Minimal option and still same results.

g
by Patchworks
Tue Dec 21, 2004 2:51 am
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Email EP not working
Replies: 6
Views: 16643

Email EP not working

Not sure what is happening now but I changed from EasyPattern to Perl Pattern and it seems to compile correctly, but when I replace with the 0$ (which I assume it needs to be), it outputs a bunch of other stuff with it. Almost the entire Input file. Am I outputting the wrong matched sub-expression? g
by Patchworks
Sat Dec 18, 2004 5:04 pm
Forum: TextPipe Tips and Tricks, Questions and Support
Topic: Email EP not working
Replies: 6
Views: 16643

Email EP not working

I'm trying an email pattern that I found here on the formus but it is getting an error, "a is not a valid keyword".

This is what I'm using. Any help would be greatly appreciated.

(?:\b([_a-z0-9-]+(?:\.[_a-z0-9-]+)*)@([_a-z0-9-]+(?:\.[_a-z0-9-]+)*?)\.(?:[a-z]{2,4}?)\b)

g