подтверждение почты при регистрации

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
всем привет. Я новичок в данной программе, и многого еще не понимаю. При входе у меня запрашивает код подтверждения с почты. Как мне сделать так, чтобы программа сама вводила код с почты, чтобы мне не приходилось каждый раз в ручную залезать в свою почту за кодом?
 

Sergodjan

Administrator
Команда форума
Регистрация
05.09.2012
Сообщения
20 091
Благодарностей
8 969
Баллы
113
всем привет. Я новичок в данной программе, и многого еще не понимаю. При входе у меня запрашивает код подтверждения с почты. Как мне сделать так, чтобы программа сама вводила код с почты, чтобы мне не приходилось каждый раз в ручную залезать в свою почту за кодом?
Здравствуйте.
В Справке у нас есть статья по работе с письмами:
https://zennolab.atlassian.net/wiki/spaces/RU/pages/735576144
https://zennolab.atlassian.net/wiki/spaces/RU/pages/534086094/e-mail
Если что то будет непонятно после прочтения, то спрашивайте.
 
Последнее редактирование:

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
Здравствуйте.
В Справке у нас есть статья по работе с письмами:
https://zennolab.atlassian.net/wiki/spaces/RU/pages/735576144
https://zennolab.atlassian.net/wiki/spaces/RU/pages/534086094/e-mail
Если что то будет непонятно после прочтения, то спрашивайте.
какое выражение мне следует использовать, для поиска рандомного 6 значного кода подтверждения с последнего присланного мне сообщения на почту? извиняюсь если ответ хранится в темах выше, но, на данный момент, именно это я пока ещё не понял
 

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8

Sergodjan

Administrator
Команда форума
Регистрация
05.09.2012
Сообщения
20 091
Благодарностей
8 969
Баллы
113
какое выражение мне следует использовать, для поиска рандомного 6 значного кода подтверждения с последнего присланного мне сообщения на почту? извиняюсь если ответ хранится в темах выше, но, на данный момент, именно это я пока ещё не понял
Попробуйте такое регулярное выражение: \d{6}
 
  • Спасибо
Реакции: isaacfks

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
я попробовал, работает но неправильно выдает код, на рисунке ниже результат
107742
 

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
код в действительности является таким
107744
 

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
но код неверный
107745
 

K R

Client
Регистрация
14.01.2017
Сообщения
119
Благодарностей
117
Баллы
43
Попробуйте такое регулярное выражение: \d{6}
Обычно не прокатывает такая регулярка. В html коде письма может быть найдена масса таких последовательностей. При этом каждая цифра нужного кода может находиться в отдельном теге типа <span>. Тогда нужно получать весь код, забирать все цифры в список и потом объединять его строки в одну переменную. Или циклом на C#.

я попробовал, работает но неправильно выдает код, на рисунке ниже результат
Посмотреть вложение 107742
Надо смотреть весь html код письма. Найти нужный код, вытащить его из письма в тестере регулярных выражений.
Если не понимаете что нужно сделать - скиньте сюда код письма, помогу с регуляркой.
 
  • Спасибо
Реакции: isaacfks

Alex.A

Client
Регистрация
14.11.2020
Сообщения
402
Благодарностей
185
Баллы
43
какое выражение мне следует использовать, для поиска рандомного 6 значного кода подтверждения с последнего присланного мне сообщения на почту? извиняюсь если ответ хранится в темах выше, но, на данный момент, именно это я пока ещё не понял
В инструментах нажимаете "тестер регулярных выражений".
"Перед искомым выражением всегда есть": address.
"Это идет после искомого текста": Code will
 

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
Обычно не прокатывает такая регулярка. В html коде письма может быть найдена масса таких последовательностей. При этом каждая цифра нужного кода может находиться в отдельном теге типа <span>. Тогда нужно получать весь код, забирать все цифры в список и потом объединять его строки в одну переменную. Или циклом на C#.


Надо смотреть весь html код письма. Найти нужный код, вытащить его из письма в тестере регулярных выражений.
Если не понимаете что нужно сделать - скиньте сюда код письма, помогу с регуляркой.
вот

код:
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from 0vm0033.prod.mail.rambler.tech ([10.99.0.11]) by 2vm0200.prod.mail.rambler.tech with LMTP id iHr1OWwbeGSTJwAAdxRS/g:P1 (envelope-from <[email protected]>) for <[email protected]>; Thu, 01 Jun 2023 07:15:40 +0300
Received: from mx2.mail.rambler.ru ([10.99.0.11]) by 0vm0033.prod.mail.rambler.tech with LMTP id iHr1OWwbeGSTJwAAdxRS/g (envelope-from <[email protected]>) for <[email protected]>; Thu, 01 Jun 2023 07:15:40 +0300
Received: from mta248b.pmx12.epsl1.com (mta248b.pmx12.epsl1.com [142.54.39.248]) by mx2.mail.rambler.ru (Postfix) with ESMTP id C90783680281 for <[email protected]>; Thu, 1 Jun 2023 07:15:40 +0300 (MSK)
Received: from mta248b.pmx12.epsl1.com (mta248b.pmx12.epsl1.com [142.54.39.248]) by 2vm0047.prod.mail.rambler.tech (resmtp/Rambler) with ESMTP id Fe1iHZbY; Thu, 1 Jun 2023 04:15:40 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=accts.epicgames.com; s=ep1; t=1685592939; bh=mSiXaoT65go4jbnAVNJdXrUL1Px9aYcp7CuLztYH/Y8=; h=MIME-Version:Subject:From:To:Date:Content-Type; b=C8JvPzaZP2w3GtxGVR1i7ZrSSAjNpRscgDTIoM6RwnjmmI/SwqqGE63Bs8Z7zXcaU oSqCHrne1CQrM4CYbImqs66IuSt4mfGj4AfAZFO540KuElvRWMxRyENU/81Xeblold 8kYTXd1se0oboGTYIg6gA4tY/eOIoI8VKHk0jkhQ=
Received: from [10.233.84.236] ([10.233.84.236:48902]) by fe1udsmtn9n17 (envelope-from <[email protected]>) (ecelerity 4.2.38.62370 r(:)) with ECSTREAM id D3/1A-63588-A6B18746; Thu, 01 Jun 2023 04:15:39 +0000
List-Unsubscribe: <mailto:bounce-HP2v6100000188752b10238b3278434b5c38d8180@accts.epicgames.com?subject=list-unsubscribe>
Message-ID: <[email protected]>
MIME-Version: 1.0
Feedback-ID: 6d3d8d72-5dd4-42b0-9627-6742717c3e55:61a7fbcf-9940-4c13-ad82-1cc8d60d33bf:email:epslh1
X-NSS: 6d3d8d72-5dd4-42b0-9627-6742717c3e55
Reply-To: "[email protected]" <[email protected]>
Subject: Epic Games - Email Verification
From: Epic Games  <[email protected]>
To: [email protected]
Date: Thu, 1 Jun 2023 04:15:38 +0000
Content-Type: multipart/alternative; boundary="-=Part.1e7881a.810f497998c43660.188752b19cb.23748a2f35bf7631=-"
ckx-imap-internaldate: 01-Jun-2023 07:15:41 +0300
ckx-imap-uid: 2
ckx-imap-isUid: NO
ckx-imap-seen: YES
ckx-imap-answered: NO
ckx-imap-deleted: NO
ckx-imap-flagged: NO
ckx-imap-draft: NO
ckx-imap-flags: \Seen \Recent


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Epic Games Account Services Email</title>

<style type="text/css">
        #outlook a{
            padding:0;
        }
        .ReadMsgBody{
            width:100%;
        }
        .ExternalClass{
            width:100%;
        }
        body{
            width:100% !important;
            min-width:100%;
            -webkit-text-size-adjust:100%;
            -ms-text-size-adjust:100%;
            margin:0;
            padding:0;
        }
        table,td,a{
            -webkit-text-size-adjust:100%;
            -ms-text-size-adjust:100%;
            margin:0;
            padding:0;
        }
        body{
            margin:0;
            padding:0;
        }
        img{
            outline:none;
            text-decoration:none;
            border:none;
            height:auto;
            line-height:100%;
            -ms-interpolation-mode:bicubic;
        }
        table,table td{
            border-collapse:collapse;
        }
        a img{
            border:none;
        }
        a{
            color:#037aee;
        }
        body{
            height:100% !important;
            margin:0;
            padding:0;
            background-color:#f1f1f1;
        }
        p{
            margin:0px 0px !important;
        }
        .ExternalClass,.ExternalClass p,.ExternalClass span,.ExternalClass font,.ExternalClass td,.ExternalClass div{
            line-height:100%;
        }
        td.expander{
            visibility:hidden;
            width:0px;
            padding:0 !important;
        }
        .appleFooter a{
            text-decoration:none !important;
        }
        .appleLink a{
            text-decoration:none !important;
        }
        .appleLink1 a{
            text-decoration:none !important;
        }
        .appleLink2 a{
            text-decoration:none !important;
        }
        .ExternalClass span[class=ecxoutlook-text]{
            font-size:13px !important;
        }
        .desktop-hide{
            height:0;
        }
    
    @media only screen and (max-width: 600px){
        .body{
            min-width:100% !important;
        }

}    @media only screen and (max-width: 600px){
        [class=expand]{
            max-height:100% !important;
        }

}    @media only screen and (max-width: 600px){
        [class=panel]{
            width:100% !important;
            min-width:0px !important;
        }

}    @media only screen and (max-width: 600px){
        [class=panel-block]{
            width:100% !important;
            display:block !important;
            min-width:0px !important;
        }

}    @media only screen and (max-width: 600px){
        [class=panel-padded]{
            width:90% !important;
            display:block !important;
            min-width:0px !important;
            padding:0 15px !important;
        }

}    @media only screen and (max-width: 600px){
        [class=panel-float]{
            width:90% !important;
            padding:0 15px !important;
            display:block !important;
            min-width:0px !important;
            float:left;
            margin-bottom:40px;
        }

}    @media only screen and (max-width: 600px){
        [class=image]{
            height:auto !important;
            max-width:100% !important;
        }

}    @media only screen and (max-width: 600px){
        .hide{
            display:none !important;
            height:0 !important;
            font-size:0 !important;
            line-height:0 !important;
            min-height:0 !important;
        }

}    @media only screen and (max-width: 600px){
        [class=promo]{
            float:left;
            width:30% !important;
        }

}    @media only screen and (max-width: 600px){
        [class=content]{
            float:right;
            width:65% !important;
        }

}    @media only screen and (max-width: 600px){
        [class=line]{
            height:1px;
            background:#dadada;
            width:100%;
        }

}    @media only screen and (max-width: 600px){
        [class=expander]{
            width:1px !important;
        }

}    @media only screen and (max-width: 600px){
        a[href^=tel]{
            color:#313131;
            text-decoration:none;
        }

}    @media only screen and (max-width: 450px){
        zoom 1.0width 400px{
            zoom:1.0;
            width:400px;
        }

}    @media only screen and (max-width: 450px){
        [class=mid]{
            display:none!important;
        }

}    @media only screen and (max-width: 450px){
        [class=desktop-hide]{
            height:30px !important;
        }

}    @media only screen and (max-width: 450px){
        [class=title]{
            font-size:34px !important;
            line-height:38px !important;
        }

}    @media only screen and (max-width: 450px){
        [class=column-block]{
            width:100% !important;
            display:block !important;
            min-width:0px !important;
        }

}    @media only screen and (max-width: 450px){
        [class=column-padded]{
            width:100% !important;
            display:block !important;
            min-width:0px !important;
        }

}    @media only screen and (max-width: 450px){
        [class=column-block] div>img{
            width:100% !important;
            max-width:100% !important;
            max-height:auto !important;
            height:auto !important;
            padding:0 !important;
            display:inline !important;
        }

}    @media only screen and (max-width: 450px){
        [class=column-block] div>a>img{
            width:100% !important;
            max-width:100% !important;
            max-height:auto !important;
            height:auto !important;
            padding:0 !important;
            display:inline !important;
        }

}    @media only screen and (max-width: 450px){
        [class=three-column-block]{
            width:250px !important;
            display:inline !important;
            min-width:0px !important;
        }

}    @media only screen and (max-width: 450px){
        [class=content]{
            float:none;
            width:100% !important;
        }

}    @media only screen and (max-width: 450px){
        .text-center{
            text-align:center!important;
        }

}    @media only screen and (max-width: 450px){
        td[class=socialIcons]{
            display:none !important;
        }

}    @media only screen and (max-width: 450px){
        a[class=fullWidth]{
            width:100%!important;
            text-align:center!important;
        }

}    @media only screen and (max-width: 450px){
        img[class=mobileLogo]{
            display:inline !important;
        }

}    @media only screen and (max-width: 420px){
        [class=content]{
            float:none;
            width:100% !important;
        }

}    @media only screen and (max-width: 420px){
        [class=promo]{
            margin-bottom:20px;
        }

}</style></head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="background-color:#f1f1f1; min-width:600px; padding:0" class="body"><img src='https://accts.epicgames.com/O/v6100000188752b10238b3278434b5c38d8/6d3d8d725dd442b000004c5a42963aa1' style="display:none; max-height: 0px; font-size: 0px; overflow: hidden; mso-hide: all"/>
  <!-- Environment Code, first check if TO_ENVIRONMENT presents, then check its value -->
   <!--  End of Environment Code -->
              <table class="body" width="100%" style="background-color:#f1f1f1; min-width:600px" bgcolor="#f1f1f1">
                <tr>
                  <td class="body" align="center" valign="top" width="100%" style="min-width:600px">
                    <center>
                      <!--[if mso>
                     <table width="500" border="0" cellspacing="0" cellpadding="0" bgcolor="#f1f1f1" padding="0" align="center">
                       <tr>
                         <td>
                     <![endif]-->
                     <!--[if (IE)]>
                     <table width="500" border="0" cellspacing="0" cellpadding="0" bgcolor="#f1f1f1" padding="0" align="center">
                      <tr>
                        <td>
                     <![endif]-->
                    <!-- Start of First Section -->
                    <table width="100%" style="min-width:500px;" border="0" cellpadding="0" cellspacing="0" class="body" bgcolor="#f1f1f1">
                      <tr>
                        <td align="center">
                          <table width="100%" style="min-width:500px" border="0" cellpadding="0" cellspacing="0" class="body">
                            <tr height="50">
                              <td width="100%" height="50" style="line-height:1px; font-size:1px">&nbsp;</td>
                            </tr>
                            <tr>
                              <td align="center">
                                <table class="panel" border="0" cellpadding="0" cellspacing="0" style="min-width:500px;">
                                  <tr>
                                    <td valign="middle" align="center" class="panel">
                                      <div class="expand" style="max-height:40px">
                                        <div>
                                          <a href="https://accts.epicgames.com/T/v6100000188752b10238b3278434b5c38d8/6d3d8d725dd442b00000021ef3a0bcc2/6d3d8d72-5dd4-42b0-9627-6742717c3e55?__dU__=v0G4RBKTXg2GsSUKeCIT0ZsixpTu2oNAqvl6X7t4UbJT0=&__F__=v0fUYvjHMDjRPMSh3tviDHXIoXcPxvDgUUCCPvXMWoX_0JoZLAZABQF2Skw9vkwo_mga2JAbIShxp9CWnI6HiATIqGqMAM5P5DvA4NbIL3oT5CJ60BcBYDrzIAR5fJi2NnXDdoDiDAWJReuX0T42aqeHwU4gxhkcXa8vp1xEZ2hY2hYJExvE4OJcpieR9E2Bpu0uocl_Ej-wzk6NLn36iTkT6FRxQDKUlIyl6as1E0uhdIbS_IuZT68NALsRHXWkZFDBbzbazrDONJwbqAAi2Rym-R_X-3D-F-TuYnTC-1zsA=" class="text-decoration:none"><img align="none" alt="Epic Games" border="0" hspace="0" src="http://images.harmony.epsilon.com/ContentHandler/images/61a7fbcf-9940-4c13-ad82-1cc8d60d33bf/RTM_Images/EML_EPICGAMES_LOGO.png" style="max-width: 70px; height: auto; display: block; margin: 0px;" title="Epic Games" vspace="0" width="55px">
                                          </a>
                                        </div>
                                      </div>
                                    </td>
                                  </tr>
                                </table>
                              </td>
                            </tr>
                          </table>
                          <table>
                              <tr>
                                <td align="center" style="font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:26px; color:#313131; line-height:32px">&nbsp;</td>
                              </tr>
                            <tr>
                              <td align="center">&nbsp;</td>
                            </tr>
                          </table>
                          <table width="100%" style="min-width:500px;" border="0" cellpadding="0" cellspacing="0" class="body">
                            <tr>
                              <td align="center">
                                <table width="500" class="panel" border="0" cellpadding="0" cellspacing="0" style="min-width:500px">
                                  <tr>
                                    <td width="100%" height="50" align"left" style="line-height:1px; font-size:1px">
                                        <div style="font-family: sans-serif; mso-line-height-rule: exactly; color:#202020; text-align: center; font-size: 26px; line-height: 32px; line-height: 100%; letter-spacing: 2px;">
                                                                                <!-- Start heading -->
                                                                                Email Verification

<!-- End heading -->
                                        </div>
                                    </td>
                                  </tr>
                                  </table>
                                  <table width="100%" style="min-width:500px;" border="0" cellpadding="0" cellspacing="0" class="body">
                                    <tr height="40">
                                     <td align="center">&nbsp;</td>
                                    </tr>
                                  </table>
                                </td>
                            </tr>
                        </table>
                      </td>
                    </tr>
                  </table>
                    <!-- End of First Section -->
                    <!-- Start of Greetings -->
                    <table width="500" class="panel-padded" border="0" cellpadding="0" cellspacing="0" style="background-color: #fff; margin: 0 auto;"> 
                      <tr height="50">
                        <td width="50">&nbsp;</td>
                        <td height="50" style="line-height:1px; font-size:1px">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                      </tr>
                      <tr>
                        <td width="50">&nbsp;</td>
                        <td align="left" style="font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:14px; color:#202020; line-height:19px; line-height: 134%; letter-spacing: .5px;">
<!-- Start greeting -->
                        Hello <strong></strong>,
                        
<!-- End greeting -->
<br/><br/>
                        </td>
                        <td width="50">&nbsp;</td>
                      </tr>
                       <tr>
    <td width="50">&nbsp;</td>
    <td align="left" style="font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:14px; color:#202020; line-height:19px; line-height: 134%; letter-spacing: .5px;">
                                                    <!-- Start thanks -->
                                                    Your account is nearly set up. Please use this code to verify your email address.

<!-- End thanks -->
<br/><br/>
                        </td>
                        <td width="50">&nbsp;</td>
                      </tr>                                           
                    </table>
                    <!-- end of Greetings -->

                                         <table width="500" class="panel-padded" border="0" cellpadding="0" cellspacing="0" style="min-width:400px; background-color: #fff;">
                            <tr>
                              <td width="50">&nbsp;</td>
                              <td align="left" style="background:#f1f1f1;margin-top:20px;font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:30px; color:#202020; line-height:19px; line-height: 134%; letter-spacing: 10px;text-align: center;padding: 20px 0px !important;letter-spacing: 10px !important;border-radius: 4px;">
                              


                                707946


                                <br/>
                              </td>
                              <td width="50">&nbsp;</td>
                            </tr>
                          <tr height="25">
                            <td width="50">&nbsp;</td>
                            <td style="line-height:1px; font-size:1px">&nbsp;</td>
                            <td width="50">&nbsp;</td>
                          </tr>

<!-- Start Body 2 -->
                      <tr>
                        <td width="50">&nbsp;</td>
                        <td align="center" style="font-weight: bold; font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:14px; color:#202020; line-height:19px; line-height: 134%; letter-spacing: .5px;">
                          
                                                            <!-- Start control 2 To change your PIN -->
                                                            Code will expire in 30 minutes.

                                                            <!-- End control -->
                        </td>
                        <td width="50">&nbsp;</td>
                      </tr>                     
                      <tr height="25">
                        <td width="50">&nbsp;</td>
                        <td style="line-height:1px; font-size:1px">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                      </tr>
<!-- Start Body 2 -->
                      <tr>
                        <td width="50">&nbsp;</td>
                        <td align="left" style="font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:14px; color:#202020; line-height:19px; line-height: 134%; letter-spacing: .5px;">                         
                                                              <!-- Start control 2 To change your PIN -->
                                                            Code expired? Please <a href="https://accts.epicgames.com/T/v6100000188752b10238b3278434b5c38d8/6d3d8d725dd442b00000021ef3a0bcc3/6d3d8d72-5dd4-42b0-9627-6742717c3e55?__dU__=v0G4RBKTXg2GsSUKeCIT0ZsixpTu2oNAqvl6X7t4UbJT0=&__F__=v0fUYvjHMDjRPMSh3tviDHXIoXcPxvDgUUCCPvXMWoX_0JoZLAZABQF2Skw9vkwo_mga2JAbIShxqZBLthk2J6dsG2TYi5HF0Grryac7xaMTKqT2Lmn4lypmAbX8gsbwafpyXg3EQBvtrwA8-Nx9E2x2LV3hxc-B62goNq8G0J0628nPVghd_-dZURZfxjndKijTpWVYVceuBxSgRgJ2SOTZxK5YCBu888VH6Io0XoMus8whCpPOrU80VZUH7GdfifmbALnvAxswHMp4yn7VPeUk6RujIkEZZuT9falJpcjNYfc_53mYXeRw==">sign up</a> again to get a new code.

                                                            <!-- End control -->
                        </td>
                        <td width="50">&nbsp;</td>
                      </tr>
                      <tr height="25">
                        <td width="50">&nbsp;</td>
                        <td style="line-height:1px; font-size:1px">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                      </tr>
<!-- Start Body 2 -->
                      <tr>
                        <td width="50">&nbsp;</td>
                        <td align="left" style="font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:14px; color:#202020; line-height:19px; line-height: 134%; letter-spacing: .5px;">
                                                            <!-- Start control 2 To change your PIN -->
                                                            If you’re having issues with email verification or creating an account, please contact <a href="https://accts.epicgames.com/T/v6100000188752b10238b3278434b5c38d8/6d3d8d725dd442b00000021ef3a0bcc4/6d3d8d72-5dd4-42b0-9627-6742717c3e55?__dU__=v0G4RBKTXg2GsSUKeCIT0ZsixpTu2oNAqvl6X7t4UbJT0=&__F__=v0fUYvjHMDjRPMSh3tviDHXIoXcPxvDgUUCCPvXMWoX_0JoZLAZABQF2Skw9vkwo_mga2JAbIShxr_H-GX5Z2QsskTnFmGypijrryac7xaMTKqT2Lmn4lypmAbX8gsbwafpyXg3EQBvtrwA8-Nx9E2x2LV3hxc-B62goNq8G0J0628nPVghd_-dZURZfxjndKijTpWVYVceuBxSgRgJ2SOTZxK5YCBu888VH6Io0XoMus8whCpPOrU84OvWeoPMs0NXe9Fj5uOUQ3JdXLMAu-7LCfmLhC0LqGJnHH1rFybV10fc_53mYXeRw==">player support</a> If you did not make this request, you can ignore this email. No account will be created.

                                                            <!-- End control -->
                        </td>
                        <td width="50">&nbsp;</td>
                      </tr>                                                                   
</table>
                  
                       <!-- End Body 2 -->                   
<table width="500" class="panel-padded" border="0" cellpadding="0" cellspacing="0" style="min-width:400px; background-color: #fff;">
                          <tr height="25">
                        <td width="50">&nbsp;</td>
                        <td style="line-height:1px; font-size:1px">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                      </tr>
                            <tr>
                              <td width="50">&nbsp;</td>
                              <td align="left" style="font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:14px; color:#202020; line-height:19px; line-height: 134%;">
                                <div style="font-family: arial,helvetica,sans-serif; mso-line-height-rule: exactly; font-size:14px; color:#202020; line-height:19px; letter-spacing: .5px;">
                                                                        <!-- Start signoff -->
                                                                        Thank you,<br>The Epic Games Team

                                                                        <!-- End signoff -->
                                </div>
                              </td>
                              <td width="50">&nbsp;</td>
                            </tr>
                      <tr height="50">
                        <td width="50">&nbsp;</td>
                        <td height="50" style="line-height:1px; font-size:1px">&nbsp;</td>
                        <td width="50">&nbsp;</td>
                      </tr>
                          </table>
                    <!-- start of copyright and Legal -->
                    <table width="100%" style="min-width:500px;" border="0" cellpadding="0" cellspacing="0" class="body">
                      <tr>
                        <td align="center">
                          <table width="500" class="panel" border="0" cellpadding="0" cellspacing="0" style="min-width:500px">
                                <tr height="20">
                                    <td width="100%" height="20" style="line-height:1px; font-size:1px">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td align="center">
<!-- Start help -->
<!-- Start help --> 
 <div style="font-family: arial, helvetica, sans-serif;font-weight:bold; mso-line-height-rule: exactly; font-size:10px; color:#202020; text-align:center; line-height:12px">
 Need Help?  <a style="text-decoration:none;color:#037aee" href="https://accts.epicgames.com/T/v6100000188752b10238b3278434b5c38d8/6d3d8d725dd442b00000021ef3a0bcc5/6d3d8d72-5dd4-42b0-9627-6742717c3e55?__dU__=v0G4RBKTXg2GsSUKeCIT0ZsixpTu2oNAqvl6X7t4UbJT0=&__F__=v0fUYvjHMDjRPMSh3tviDHXIoXcPxvDgUUCCPvXMWoX_30tcPSLyBQEVxcxZVIrRNjLGlO7ag0Cq_K8h1Z6eadrYqGqMAM5P5DvA4NbIL3oT5CJ60BcBYDrzIAR5fJi2NnXDdoDiDAWJReuX0T42aqeHwU4gxhkcXa8vp1xEZ2hY2hYJExvE4OJcpieR9E2Bpu0uocl_Ej-wzk6NLn36iTkT6FRxQDKUlI1EBv0y2P2b39INSaBvtg6iU2iiF6zWIIcotGb2gKcOYBvh1utJURu2-R_X-3D-F-TuYnTC-1zsA=">help.epicgames.com</a><br></div>

<!-- End help -->
<!-- End help -->

                                    </td>
                                </tr>
                                <tr height="30">
                                    <td width="100%" height="20" style="line-height:1px; font-size:1px">&nbsp;</td>
                                </tr>
                                <tr>
                                    <td align="center" class="panel-padded">
                                      <div style="font-family: arial, helvetica, sans-serif; mso-line-height-rule: exactly; font-size:10px; color:#202020; text-align:center; line-height:12px">
<!-- Start legal -->
<p><!-- Start legal --> 
&#169; 2023, Epic Games, Inc. All rights reserved. Epic, Epic Games, the Epic Games logo, Unreal, Unreal Engine, the Unreal Engine logo, Epic Games Store, and the Epic Games Store logo are trademarks or registered trademarks of Epic Games, Inc. in the USA and elsewhere. All other trademarks are the property of their respective owners.

<!-- End legal -->  </p>
<!-- End legal -->
                                      </div>
                                    </td>
                                </tr>
                                <tr height="30">
                                    <td width="100%" height="30" style="line-height:1px; font-size:1px">&nbsp;</td>
                                </tr>
                                <tr>
                                  <td align="center" class="panel-padded">
                                    <div style="font-family: arial, helvetica, sans-serif; mso-line-height-rule: exactly; font-size:10px; color:#202020; text-align:center; line-height:12px">
<!-- Start TOS -->                                   
<!-- Start TOS -->
<a href="https://accts.epicgames.com/T/v6100000188752b10238b3278434b5c38d8/6d3d8d725dd442b00000021ef3a0bcc6/6d3d8d72-5dd4-42b0-9627-6742717c3e55?__dU__=v0G4RBKTXg2GsSUKeCIT0ZsixpTu2oNAqvl6X7t4UbJT0=&__F__=v0fUYvjHMDjRPMSh3tviDHXIoXcPxvDgUUCCPvXMWoX_0JoZLAZABQF2Skw9vkwo_mga2JAbIShxprPa-JJdz0Wq68mnO8WjEyqk9i5p-JcqZgG1_ILG8Gn6cl4NxEAb7a8APPjcfRNsdi1d4cXPgetoKDavBtCdOtvJz1YIXf_nWVEWX8Y53Soo06VlWFXHrgcUoEYCdkjk2cSuWAgbvPPFR-iKNF6DLrPMIQqTzq1POyuLpSKasyVkFUvgiOYNAFT8D-g7rsD5iOlieyJl_hfH7TKPTHNLQLH3P-d5mF3kc=" style="color:#037aee" alias="Terms of Service">Terms of Service</a>

<!-- End TOS--> 
 <!-- END TOS -->
 |
<!-- Start Privacy -->                                   
<!-- Start Privacy Policy -->
<a href="https://accts.epicgames.com/T/v6100000188752b10238b3278434b5c38d8/6d3d8d725dd442b00000021ef3a0bcc7/6d3d8d72-5dd4-42b0-9627-6742717c3e55?__dU__=v0G4RBKTXg2GsSUKeCIT0ZsixpTu2oNAqvl6X7t4UbJT0=&__F__=v0fUYvjHMDjRPMSh3tviDHXIoXcPxvDgUUCCPvXMWoX_0JoZLAZABQF2Skw9vkwo_mga2JAbIShxp7JLvxiLMEAzZjdsyV3hB6TsAY9yft30UxmkMAQoHaNKLwMwlX2lTK68zF32zwJUh_6MAk3hYsl9oOkeJ4PQEwXtHtv3Sw9Ck-hUcUAylJSMYqr5Eyidlr3L5liTMoKjull6mV0j9xbLGwxKZ9gVrOLLh2mo6cefqUQubC0L7_ygJNGaTYhitgxQ8TWqFxLD_ypbZtVltS9holz_crKUf1rtzid-zvnf54ExT7Xm-f7Q==" style="color:#037aee" alias="Privacy Policy">Privacy Policy</a>

<!-- End Privacy Policy -->
<!-- END Privacy --> 

                                    </div>
                                  </td>
                                </tr>
                                <tr height="20">
                                  <td width="100%" height="20" style="line-height:1px; font-size:1px">&nbsp;</td>
                                <tr>
                                <tr height="20">
                                  <td width="100%" height="20" align="center" style="font-family: arial, helvetica, sans-serif; mso-line-height-rule: exactly; font-size:10px; color:#858585; text-align:center; line-height:12px">Box 254, 2474 Walnut Street, Cary, North Carolina, 27518</td>
                                <tr>
                              </table>
                              </td>
                            </tr>
                          </table>
                    <!-- End of legal -->
                    <!--[if (IE)]>
                  </td>
                </tr>
              </table>
              <![endif]-->
              <!--[if mso>
            </td>
          </tr>
        </table>
        <![endif]-->
                    </center>
                  </td>
                </tr>
              </table>
</body>
</html>
 

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
я нашел код, но как его достать, если каждый раз он будет уникален?
107753
 

FreddyKrueger

Client
Регистрация
06.09.2016
Сообщения
698
Благодарностей
591
Баллы
93
я нашел код, но как его достать, если каждый раз он будет уникален?
Посмотреть вложение 107753
Самый простой способ:

(?<=td\ align="left"\ style="background:\#f1f1f1;margin-top:20px;font-family:\ arial,helvetica,sans-serif;\ mso-line-height-rule:\ exactly;\ font-size:30px;\ color:\#202020;\ line-height:19px;\ line-height:\ 134%;\ letter-spacing:\ 10px;text-align:\ center;padding:\ 20px\ 0px\ !important;letter-spacing:\ 10px\ !important;border-radius:\ 4px;">)[\w\W]*(?=<br/>)

107754


107755
 
  • Спасибо
Реакции: isaacfks

K R

Client
Регистрация
14.01.2017
Сообщения
119
Благодарностей
117
Баллы
43
  • Спасибо
Реакции: isaacfks и FreddyKrueger

isaacfks

Пользователь
Регистрация
29.05.2023
Сообщения
90
Благодарностей
11
Баллы
8
Выше дали рабочий вариант.
Но можно получить чистый код без trim. Для этого используйте такую регулярку:
(?<=border-radius:\ 4px;">[\w\W]+?)\d{6}(?=[\w\W]+?<br/>)
Огромное спасибо всем, и в отдельности K R, вы решили мою проблему, код приходит!
 
  • Спасибо
Реакции: K R и Sergodjan

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