parse email message question regarding symbols

mdsurf

Client
Регистрация
29.07.2011
Сообщения
69
Благодарностей
1
Баллы
0
hello, i am having problems figuring out how to parse messages in ZP to find symbols.

i'm a noob and i watched the WP video where he inputs [a-z,A-Z,0-9] so obviously this recognizes, lower case, up case, and numbers but what would be the proper way to recognize symbols such as . , ? = + as alot of my confirmation emails contain these characters and im not sure how to tell ZP to recognize them.

thanks :-)
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
You really don't need all that b.s.([a-z,A-Z,0-9]) to parse your email message confirmation links. All you need is to find something on the link to recognize. Then use .* to parse with.

Take this link for example:http://brautigan.cybernetic-meadows.net/tiki-login_validate.php?user=whosyourdaddy&pass=f7+d80cec!27da767^b6807bee99ca5ec7d

Parse with regex: http:\/\/brautigan\.cybernetic-meadows\.net\/tiki-login_validate\.php.*

You will get the link you need.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)