@Nocleep Proxiware.com, isn't that the provider that gives you all the proxies in an completely nonsense format that can't nearly be used with any program (separating the sticky session ids and durations with : and so on), or do I confuse something there?
Нужно обрезать email@domain.com
Moved
Поддержка
-
Есть переменная User в ней хранится email@domain.com нужно обрезать email@ и domain.com занести в новую переменную
-
@Klirk, выполнить код:
var email_list = [[EMAIL]].split("@"); [[EMAIL_LOGIN]] = email_list[0]; [[EMAIL_DOMAIN]] = email_list[1];[[EMAIL]]- переменная с адресом почты
[[EMAIL_LOGIN]]- логин почты
[[EMAIL_DOMAIN]]- домен почты