Regular Expressions 101

Save & Share

Flavor

  • PCRE2 (PHP)
  • ECMAScript (JavaScript)
  • Python
  • Golang
  • Java
  • .NET 7.0 (C#)
  • Rust
  • PCRE (Legacy)
  • Regex Flavor Guide

Function

  • Match
  • Substitution
  • List
  • Unit Tests
Sponsors
There are currently no sponsors. Become a sponsor today!
An explanation of your regex will be automatically generated as you type.
Detailed match information will be displayed here automatically.
  • All Tokens
  • Common Tokens
  • General Tokens
  • Anchors
  • Meta Sequences
  • Quantifiers
  • Group Constructs
  • Character Classes
  • Flags/Modifiers
  • Substitution
  • A single character of: a, b or c
    [abc]
  • A character except: a, b or c
    [^abc]
  • A character in the range: a-z
    [a-z]
  • A character not in the range: a-z
    [^a-z]
  • A character in the range: a-z or A-Z
    [a-zA-Z]
  • Any single character
    .
  • Alternate - match either a or b
    a|b
  • Any whitespace character
    \s
  • Any non-whitespace character
    \S
  • Any digit
    \d
  • Any non-digit
    \D
  • Any word character
    \w
  • Any non-word character
    \W
  • Non-capturing group
    (?:...)
  • Capturing group
    (...)
  • Zero or one of a
    a?
  • Zero or more of a
    a*
  • One or more of a
    a+
  • Exactly 3 of a
    a{3}
  • 3 or more of a
    a{3,}
  • Between 3 and 6 of a
    a{3,6}
  • Start of string
    ^
  • End of string
    $
  • A word boundary
    \b
  • Non-word boundary
    \B

Regular Expression
Processing...

Test String

Code Generator

Generated Code

#include <StringConstants.au3> ; to declare the Constants of StringRegExp #include <Array.au3> ; UDF needed for _ArrayDisplay and _ArrayConcatenate Local $sRegex = "(?mi)\s+(?=<)" Local $sString = "Início resposta<BR><BR>Entrou no Call Back<BR>PETRC290<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">" & @CRLF & _ "<html lang="pt-BR" xmlns="http://www.w3.org/1999/xhtml">" & @CRLF & _ "<head>" & @CRLF & _ "<meta http-equiv="X-UA-Compatible" content="IE=edge" />" & @CRLF & _ "" & @CRLF & _ "<!-- APS_HEADER_START -->" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "function AdvfnJsQueueLoader(e){this.check=e,this.queue=[],this.id=!1,this.ready=!1;var t=this;this.id=setInterval(function(){t.tick()},50)}AdvfnJsQueueLoader.prototype.processQueue=function(){var e;if(0<this.queue.length)for(e=0;e<this.queue.length;e++)this.queue[e]()},AdvfnJsQueueLoader.prototype.tick=function(){this.check()&&(clearInterval(this.id),this.ready=!0,this.processQueue())},AdvfnJsQueueLoader.prototype.add=function(e){this.ready?e():this.queue.push(e)};" & @CRLF & _ "var jqueryReady=new AdvfnJsQueueLoader(function(){return'function'==typeof $});" & @CRLF & _ "</script>" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "window.COOKIE_CONSENT_URL = "/lib/cmp/e3c7263/cmp.bundle.js";" & @CRLF & _ "window.COOKIE_CONSENT_VENDOR_URL = "https://www.advfn.com/lib/cmp/latest/vendorlist.json";" & @CRLF & _ "window.COOKIE_CONSENT_LANG = "en";" & @CRLF & _ "window.CCPA_JS_URL = "/lib/cmp/e3c7263/uspapi.js?v=202003091204";" & @CRLF & _ "window.USER_COUNTRY = "US";" & @CRLF & _ "window.USER_STATE = "";" & @CRLF & _ "</script>" & @CRLF & _ "<script type="text/javascript" src="/common/vendor/cmp/init.js?v=202003091204"></script>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "var googletag = googletag || {};" & @CRLF & _ "googletag.cmd = googletag.cmd || [];" & @CRLF & _ "var pbjs = pbjs || {};" & @CRLF & _ "pbjs.que = pbjs.que || [];" & @CRLF & _ "pbjs.bidderSettings = pbjs.bidderSettings || {};" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "<script type='text/javascript' src='/lib/prebid/29a0671/prebid.js' async></script>" & @CRLF & _ "" & @CRLF & _ "<script type='text/javascript'>var pbjsLoader = new AdvfnJsQueueLoader( function(){try{if('string'==typeof pbjs.version)return!0}catch(t){}return!1} );</script>" & @CRLF & _ "" & @CRLF & _ "<script async src='https://securepubads.g.doubleclick.net/tag/js/gpt.js'></script>" & @CRLF & _ "<script type='text/javascript' src='/common/javascript/postscribe.min.js?v=201910241626' async></script>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "var postscribeReady=new AdvfnJsQueueLoader(function(){return'function'==typeof postscribe});" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "var aps = aps || {"adUnits":[{"type":5,"pos":1,"id":"APS_TOP_BANNER_468_X_60","adSlot":"\/94693613\/ADVFN_br_quote_1","width":728,"height":90},{"type":5,"pos":32,"id":"APS_WRAP_RIGHT_160_X_600","adSlot":"\/94693613\/ADVFN_br_quote_32","width":160,"height":600},{"type":5,"pos":33,"id":"APS_WRAP_LEFT_160_X_600","adSlot":"\/94693613\/ADVFN_br_quote_33","width":160,"height":600},{"type":5,"pos":86,"id":"APS_300_X_600","adSlot":"\/94693613\/ADVFN_br_quote_86","width":300,"height":600},{"type":5,"pos":87,"id":"APS_300_X_600_2","adSlot":"\/94693613\/ADVFN_br_quote_87","width":300,"height":600},{"type":5,"pos":135,"id":"APS_PAGE_WRAP","adSlot":"\/94693613\/ADVFN_br_quote_135","width":1,"height":1},{"type":5,"pos":217,"id":"APS_670_X_60","adSlot":"\/94693613\/ADVFN_br_quote_217","width":670,"height":60},{"type":5,"pos":252,"id":"APS_START_TRADING_BTN","adSlot":"\/94693613\/ADVFN_br_quote_252","width":150,"height":30},{"type":5,"pos":802,"id":"APS_300_X_250_3","adSlot":"\/94693613\/ADVFN_br_quote_802","width":300,"height":250},{"type":5,"pos":30,"id":"APS_RIGHT_SKY_120_X_600","adSlot":"\/94693613\/ADVFN_br_apsglobalads_30","width":120,"height":600},{"type":5,"pos":31,"id":"APS_LEFT_SKY_120_X_600","adSlot":"\/94693613\/ADVFN_br_apsglobalads_31","width":120,"height":600},{"type":5,"pos":80,"id":"APS_300_X_250","adSlot":"\/94693613\/ADVFN_br_apsglobalads_80","width":300,"height":250},{"type":5,"pos":90,"id":"APS_SUPER_BANNER","adSlot":"\/94693613\/ADVFN_br_apsglobalads_90","width":728,"height":90},{"type":12,"pos":111,"id":"APS_POP_UNDER2","adSlot":"","width":800,"height":600},{"type":12,"pos":130,"id":"APS_INTERSTITIAL","adSlot":"","width":4,"height":0},{"type":5,"pos":401,"id":"APS_970_X_90_1","adSlot":"\/94693613\/ADVFN_br_apsglobalads_401","width":970,"height":90,"multisize":[[970,90],[728,90]]},{"type":12,"pos":407,"id":"APS_BREAKING_NEWS","adSlot":"","width":3,"height":3},{"type":12,"pos":600,"id":"APS_MKTA_PAGETOP","adSlot":"","width":0,"height":4},{"type":5,"pos":801,"id":"APS_300_X_250_2","adSlot":"\/94693613\/ADVFN_br_apsglobalads_801","width":300,"height":250},{"type":5,"pos":803,"id":"APS_300_X_250_4","adSlot":"\/94693613\/ADVFN_br_apsglobalads_803","width":300,"height":250},{"type":5,"pos":804,"id":"APS_300_X_250_5","adSlot":"\/94693613\/ADVFN_br_apsglobalads_804","width":300,"height":250},{"type":5,"pos":805,"id":"APS_300_X_250_6","adSlot":"\/94693613\/ADVFN_br_apsglobalads_805","width":300,"height":250},{"type":5,"pos":810,"id":"APS_MPU_FOOTER","adSlot":"\/94693613\/ADVFN_br_apsglobalads_810","width":300,"height":250},{"type":5,"pos":3000,"id":"APS_MOBILE_320x50","adSlot":"\/94693613\/ADVFN_br_apsglobalads_3000","width":320,"height":50}],"site":"advfn","view":"br","pid":"quote","targeting":{"COOKIE":0,"known_user":0,"UL":0,"bp":0,"MKTAK":"fENPT0tJRXxrbm93bl91c2VyPTB8VUw9MHxwYWdlX3BhdGg9L2JvbHNhLWRlLXZhbG9yZXMvYm92ZXNwYS9wZXRyYzI5MC1leC0yOS1QRVRSQzI5MC9jb3RhY2FvfHN5bWJvbD1QRVRSQzI5MHxtYXJrZXQ9Qk9WfA%3D%3D","MKTAS":858,"symbol":"BOV%3APETRC290","symbol_type":"O","market":"BOV","staff":"","eu":0,"geo":"US","campaign":"","isMobile":0,"pid":"quote"},"enabled":true,"openx_enabled":false,"prebid_enabled":true,"anvilJs_enabled":true,"anvil_params":{"aid":"A6A3JQ26FKZE","site":"advfn_br","pid":"quote","location":"https:\/\/br.advfn.com\/bolsa-de-valores\/bovespa\/petrc290-ex-29-PETRC290\/cotacao","cookie":0,"known_user":0,"ul":0,"bp":0,"mktak":"fENPT0tJRXxrbm93bl91c2VyPTB8VUw9MHxwYWdlX3BhdGg9L2JvbHNhLWRlLXZhbG9yZXMvYm92ZXNwYS9wZXRyYzI5MC1leC0yOS1QRVRSQzI5MC9jb3RhY2FvfHN5bWJvbD1QRVRSQzI5MHxtYXJrZXQ9Qk9WfA%3D%3D","mktas":858,"symbol":"BOV%3APETRC290","symbol_type":"O","market":"BOV","staff":"","eu":0,"geo":"US","campaign":"","ismobile":0,"units":{}}}" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "<script type='text/javascript' src='/lib/aps/38c6215/aps.min.js' async></script>" & @CRLF & _ "<script type='text/javascript'>var apsReady=new AdvfnJsQueueLoader(function(){ return'function'==typeof aps.init});</script>" & @CRLF & _ "<!-- APS_HEADER_END -->" & @CRLF & _ "<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />" & @CRLF & _ "<title>Cota&ccedil;&atilde;o PETRC290 Ex:29 - PETRC290 | A&ccedil;&otilde;es Bovespa | ADVFN Brasil</title>" & @CRLF & _ "<meta name="format-detection" content="telephone=no" />" & @CRLF & _ "<meta name="description" content="(PETRC290) Cotação da empresa PETRC290 Ex:29 com preços de ações, gráfico, forum, dividendos e balanços na bolsa de valores da Bovespa" />" & @CRLF & _ "<!-- social media tags -->" & @CRLF & _ "<meta property="og:title" content="Cotação PETRC290 Ex:29 18/03/2022 - PETRC290 | ADVFN Brasil">" & @CRLF & _ "<meta property="og:type" content="website">" & @CRLF & _ "<meta property="og:url" content="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/cotacao">" & @CRLF & _ "<meta property="og:image" content="https://br.advfn.com/p.php?pid=staticchart&amp;s=BOV:PETRC290&amp;p=5&amp;t=52">" & @CRLF & _ "<meta property="og:image:width" content="940">" & @CRLF & _ "<meta property="og:image:height" content="492">" & @CRLF & _ "<meta property="og:description" content="PETRC290 Ex:29 (PETRC290) preço da ação, gráfico, book, notícias; O fórum mais popular do Brasil. Rankings, ferramentas, índices e muito mais. De Graça!">" & @CRLF & _ "<meta property="og:site_name" content="ADVFN">" & @CRLF & _ "<meta name="twitter:card" content="summary_large_image">" & @CRLF & _ "<meta name="twitter:site" content="@ADVFNBRASIL">" & @CRLF & _ "<meta name="twitter:title" content="Cotação PETRC290 Ex:29 18/03/2022 - PETRC290 | ADVFN Brasil">" & @CRLF & _ "<meta name="twitter:description" content="PETRC290 Ex:29 (PETRC290) preço da ação, gráfico, book, notícias; O fórum mais popular do Brasil. Rankings, ferramentas, índices e muito mais. De Graça!">" & @CRLF & _ "<meta name="twitter:creator" content="@advfn">" & @CRLF & _ "<meta name="twitter:image:src" content="https://br.advfn.com/p.php?pid=staticchart&amp;s=BOV:PETRC290&amp;p=5&amp;t=53">" & @CRLF & _ "<link rel="search" href="/common/opensearch/index" type="application/opensearchdescription+xml" title="Pesquisa de Cotação de Ações ADVFN"/>" & @CRLF & _ "<style type="text/css">" & @CRLF & _ " @import url("https://br.advfn.com/style-2012.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ " @import url("https://br.advfn.com/bolsa-de-valores/br_quote.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ " @import url("https://br.advfn.com/common/elements/css/symbol-title-element.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ " @import url("https://br.advfn.com/bolsa-de-valores/quote.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ " @import url("https://br.advfn.com/common/styles/ShareButtonsElement.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ " @import url("https://br.advfn.com/common/javascript/tipped/tipped.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ " @import url("https://br.advfn.com/common/elements/quote-summary/css/quote-summary.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ " @import url("https://br.advfn.com/common/elements/css/upgrade-button-element.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3");" & @CRLF & _ "</style>" & @CRLF & _ "<link rel="canonical" href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/cotacao" />" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){" & @CRLF & _ "(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o)," & @CRLF & _ "m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)" & @CRLF & _ "})(window,document,'script','//www.google-analytics.com/analytics.js','ga');" & @CRLF & _ "ga('create','UA-25061202-1',{'cookieDomain':'advfn.com'});" & @CRLF & _ "ga('require', 'linkid', 'linkid.js');" & @CRLF & _ "ga('set', 'dimension4', '0');" & @CRLF & _ "" & @CRLF & _ "ga('send', 'pageview', '/' + 'exchanges' + '/' + 'quote' + '/' + 'BOV');" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "<script src="/common/generatedJS/3c528133d10d967b3e14409b35bf7d52.js?classes=_Common" type="text/javascript"></script>" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ " if(typeof ADVFN !== 'undefined')" & @CRLF & _ " {" & @CRLF & _ " ADVFN.LOCALE = 'pt_BR';" & @CRLF & _ " }" & @CRLF & _ " if(typeof Locale !== 'undefined')" & @CRLF & _ " {" & @CRLF & _ " var localeObj = new Locale('pt_BR');" & @CRLF & _ " }" & @CRLF & _ " if(typeof LocaleFormat !== 'undefined')" & @CRLF & _ " {" & @CRLF & _ " LocaleFormat.init();" & @CRLF & _ " LocaleFormat.setLocale('pt_BR');" & @CRLF & _ " }" & @CRLF & _ "</script>" & @CRLF & _ "<script src="/script.js?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3" type="text/javascript"></script>" & @CRLF & _ "<script src="/common/javascript/highcharts/js/highcharts.js" type="text/javascript"></script>" & @CRLF & _ "<script src="/common/javascript/highcharts/js/modules/exporting.js" type="text/javascript"></script>" & @CRLF & _ "<script src="/common/javascript/jquery.jeditable.js" type="text/javascript"></script>" & @CRLF & _ "<script src="/bolsa-de-valores/quote.js?ver=1.1" type="text/javascript"></script>" & @CRLF & _ "<script src="/common/javascript/tipped/tipped.js" type="text/javascript"></script>" & @CRLF & _ "" & @CRLF & _ "<script async src='/cdn-cgi/bm/cv/2172558837/api.js'></script></head>" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <body id="afnmainbodid" class="ADVFN3" leftmargin="5" rightmargin="5" topmargin="0" bottommargin="5" bgcolor="white" link="#2b3266" vlink="black">" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ "<!--[if IE 7]>" & @CRLF & _ " <link rel="stylesheet" type="text/css" href="/common/styles/ie7.css">" & @CRLF & _ "<![endif]-->" & @CRLF & _ "<!--[if IE 8]>" & @CRLF & _ " <link rel="stylesheet" type="text/css" href="/common/styles/ie8.css">" & @CRLF & _ "<![endif]-->" & @CRLF & _ "<div id="header-container" class="normal">" & @CRLF & _ "" & @CRLF & _ " <div id="header">" & @CRLF & _ "" & @CRLF & _ " <div id="logo-area">" & @CRLF & _ " <a id="advfn-logo" title="Cota&ccedil;&otilde;es de A&ccedil;&otilde;es da Bolsa de Valores Bovespa" href="/">" & @CRLF & _ " <img alt="ADVFN Brasil" src="/common/images/logos/br.advfn.com.gif" border="0">" & @CRLF & _ " </a>" & @CRLF & _ " <span id="clock">" & @CRLF & _ " <span id='clock_dt' class='sb'>19/04/2020</span>&nbsp;<span id='clock_tm' class='sb'>15:17:47</span>" & @CRLF & _ " </span>" & @CRLF & _ " <span id="support-box">" & @CRLF & _ " <span id="support-email"><a href="/p.php?pid=prodmatrix&xref=header_upgrade_text" id="prod-matrix-br">Produtos ADVFN</a></span>" & @CRLF & _ " <span id="support-phone"><a href="/fale-conosco" id="prod-matrix-br">Fale Conosco</a></span>" & @CRLF & _ " </span>" & @CRLF & _ " <span id="account-buttons">" & @CRLF & _ " <a href="//br.advfn.com/common/account/register?xref=header_regBtn" class="header-btn" >Cadastro Gratis</a>" & @CRLF & _ " <a href="//br.advfn.com/common/account/login" class="header-btn" role='login' >Login</a>" & @CRLF & _ " <div id="pm-icon" class="Element PrivateMessageIconElement "></div>" & @CRLF & _ " </span>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div id="menu-area">" & @CRLF & _ " <div id="stocks-menu">" & @CRLF & _ " <ul><li class="odd first"><a href="/forum">Forum</a></li><li class="even"><span class ='nav_span' vague='aHR0cHM6Ly9ici5hZHZmbi5jb20vcC5waHA/cGlkPW1vbg==' role='login'>Monitor</span></li><li class="odd"><span class ='nav_span' vague='aHR0cHM6Ly9ici5hZHZmbi5jb20vcC5waHA/cGlkPXF1b3Rl' role='login'>Cotação</span></li><li class="even"><span class ='nav_span' vague='aHR0cHM6Ly9ici5hZHZmbi5jb20vcC5waHA/cGlkPWNoYXJ0cw==' role='login'>Gráfico</span></li><li class="odd"><span class ='nav_span' vague='aHR0cHM6Ly9ici5hZHZmbi5jb20vcC5waHA/cGlkPWxldmVsMg==' role='login'>Book</span></li><li class="even"><a href="/jornal">Notícias</a></li><li class="odd"><a href="/conversor-moedas">Moeda</a></li><li class="even"><span class ='nav_span' vague='aHR0cHM6Ly9ici5hZHZmbi5jb20vcC5waHA/cGlkPXBm' role='login'>Portf&oacute;lio</span></li><li class="odd"><span class ='nav_span' vague='aHR0cHM6Ly9ici5hZHZmbi5jb20vcC5waHA/cGlkPWFkbnRs' role='login'>Rankings</span></li><li class="even ff-header-btn"><a href="/follow-feed?xref=br_header" title="Ir ao Follow Feed!">Follow Feed</a></li><li class="odd last"><a href="/mundo">Bolsas</a></li></ul>" & @CRLF & _ " </div>" & @CRLF & _ " <div class="menu-middle-area">" & @CRLF & _ " <span id="top-wrapper">" & @CRLF & _ " " & @CRLF & _ "<div id="APS_TOP_BANNER_468_X_60" class="dfpAd APS_TOP_BANNER_468_X_60" curpage="quote" page="quote" pos="1" view="br"></div>" & @CRLF & _ "" & @CRLF & _ " </span>" & @CRLF & _ " <span id="user-links">" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " </span>" & @CRLF & _ " </div>" & @CRLF & _ " <div id="services-dropdown">" & @CRLF & _ " <ul><li class="" id="ddplusonebutton">" & @CRLF & _ " <a href="/common/plusonecoin/educacional" title="">" & @CRLF & _ " <img src="/common/plusonecoin/images/plusonecoin_v.svg"> PLUS1" & @CRLF & _ " </a>" & @CRLF & _ "</li><li class='nav-menu' id='ddcryptocurrency' loaded='true' nav_id='cryptocurrency' nav_align='left'><a href="/noticias/cripto"><i class="fa fab fa-bitcoin"></i></a></li><li class='nav-menu' id='dd1' nav_dropdown_url='/common/menu/1' nav_id='1' nav_align='left'>Ferramentas<span class='arrow'></span></li><li class='nav-menu' id='dd2' nav_dropdown_url='/common/menu/2' nav_id='2' nav_align='left'>Mercados<span class='arrow'></span></li><li class='nav-menu' id='dd3' nav_dropdown_url='/common/menu/3' nav_id='3' nav_align='left'>Investimentos<span class='arrow'></span></li><li class='nav-menu' id='ddsimulador' loaded='true' nav_id='simulador' nav_align='left'><a href="/simulador">Simulador</a></li><li class='nav-menu' id='ddnewswire' loaded='true' nav_id='newswire' nav_align='left'><a href="/marketing/newswire">NewsWire</a></li></ul>" & @CRLF & _ " <span id="search-box"> <input class="advfn-autosuggest rounded" type="text" autocomplete="off" maxlength="16" id="headerQuickQuoteSearch"" & @CRLF & _ " data-pid="quote" placeholder="Busca de Ativos" data-trigger-click="header-search-btn" />" & @CRLF & _ " <button id="header-search-btn" type="button"><div id="quickQuoteSearchMagnifylens"></div></button></span>" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ " $(".nav-menu").each(function(){load_nav($(this))});" & @CRLF & _ " </script>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div id="notification-zone" class="Element NotificationZoneElement "></div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <div width="0" height="4" name="APS_MKTA_PAGETOP" id="APS_MKTA_PAGETOP" style="background-color:transparent;" allowtransparency="true" curpage="quote" page="apsglobalads" pos="600" view="br"></div>" & @CRLF & _ " <div id="interstitial_00" pid="quote">" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div id='empty-broker-btns'></div>" & @CRLF & _ "" & @CRLF & _ "<div style="width:994px; margin:0px auto"><div id="breadcrumb" class="Element DRBreadcrumbElement "><div class="breadcrumb-container" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a title="Bolsa de Valores" href="//br.advfn.com" itemprop="url"><span itemprop="title">ADVFN Brasil</span></a> &rsaquo; <a title="Bovespa" href="//br.advfn.com/bolsa-de-valores/bovespa" itemprop="url"><span itemprop="title">Bovespa</span></a> &rsaquo; <span itemprop="title">PETRC290 Ex:29</span></div></div><div id="quote-menu" class="Element LinkListElement TabMenuElement "><ul><li class="odd selected first"><a href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/cotacao" title="Cotação das Ações da PETRC290 Ex:29">Cotação</a></li><li class="even"><a href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/grafico" title="Gráfico da PETRC290">Gráfico</a></li><li class="odd"><a href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/book-de-ofertas" title="Book de Ofertas da PETRC290">Book de Ofertas</a></li><li class="even"><a href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/negocios" title="Negócios da PETRC290">Negócios</a></li><li class="odd"><a href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/noticias" title="Notícias sobre a PETRC290 Ex:29">Notícias</a></li><li class="even"><a href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/historico" title="Histórico da PETRC290">Histórico</a></li><li class="odd last"><a href="https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/analise-tecnica" title="Análise Técnica sobre PETRC290 (PETRC290 Ex:29)">Análise Técnica</a></li></ul></div><div id='toolbar'><form method="post" action="/common/search/exchanges/quote"><select name="symbol_alt" onchange="javascript:location.href=this.value;" style="width:250px"><option selected>PETRC290 Ex:29 18/03/2022 (BOV)</option></select><input type="text" name="symbol" class="advfn-autosuggest" id="symbol_entry" value="BOV:PETRC290" style="width:150px" spellcheck="false"><input type="submit" id="symbol_ok" value="OK" name="symbol_ok"></form><div style="display:inline-block;padding:0px 4px;"><span style="padding:0px 2px;display:inline-block;text-align:center;"><div id="emailButton"><a href="mailto:?body=https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/cotacao?adw=1131610&subject="><img src="/common/share_buttons/email22x22.gif" ></a></div></span><span style="padding:5px 2px;display:inline-block;text-align:center;"><div id="twitterButton"><a href='https://twitter.com/share' class='twitter-share-button' data-lang='pt' data-text='' data-count='none'>Tweet</a>" & @CRLF & _ "<script type='text/javascript' src='//platform.twitter.com/widgets.js'></script></div></span><span style="padding:0px 2px;display:inline-block;text-align:center;"><div id="facebookButton"><a href='http://www.facebook.com' onclick="window.open('http://www.facebook.com/sharer.php?u=https://br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/cotacao?adw=1131610','fb_share_dialog', 'width=600, height=620'); return false;"><img src="/common/share_buttons/facebook22x22.gif" ></a></div></span></div></div></div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <!--[if IE 8]>" & @CRLF & _ "<style>" & @CRLF & _ ".advert_wrapper.wright {right:50%; text-align:left;}" & @CRLF & _ ".advert_wrapper.wleft {left:50%; text-align:right;}" & @CRLF & _ "</style>" & @CRLF & _ "<![endif]-->" & @CRLF & _ "<style>" & @CRLF & _ ".advert_wrapper {display:block;}" & @CRLF & _ ".advert_wrapper.wright { display:none;}" & @CRLF & _ ".advert_wrapper.wleft { display:none;}" & @CRLF & _ "" & @CRLF & _ "@media (min-width: 1024px) {" & @CRLF & _ " .advert_wrapper {" & @CRLF & _ " height:600px;" & @CRLF & _ " width:160px;" & @CRLF & _ " position:absolute;" & @CRLF & _ " z-index:2;" & @CRLF & _ " bottom: 0;" & @CRLF & _ " }" & @CRLF & _ " .advert_wrapper.wright {right:50%; text-align:left;}" & @CRLF & _ " .advert_wrapper.wleft {left:50%; text-align:right;}" & @CRLF & _ "}" & @CRLF & _ "}" & @CRLF & _ "</style>" & @CRLF & _ "<div id="advert_wrapper_anchor"></div>" & @CRLF & _ "<div id="wrap-container">" & @CRLF & _ " <div class="advert_wrapper wleft">" & @CRLF & _ "<div id="APS_WRAP_LEFT_160_X_600" class="dfpAd APS_WRAP_LEFT_160_X_600" curpage="quote" page="quote" pos="33" view="br"></div>" & @CRLF & _ "</div>" & @CRLF & _ " <div class="advert_wrapper wright">" & @CRLF & _ "<div id="APS_WRAP_RIGHT_160_X_600" class="dfpAd APS_WRAP_RIGHT_160_X_600" curpage="quote" page="quote" pos="32" view="br"></div>" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<script type="text/javascript" src="/wrap.js"></script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<span id="header-divider"></span>" & @CRLF & _ "" & @CRLF & _ "<div id="autosuggest-el" class="Element AutoSuggestElement "><style>@import url('/common/styles/AutoSuggest.css?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3');</style>" & @CRLF & _ "<script type="text/javascript" src="/common/javascript/ADVFN.js?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3"></script>" & @CRLF & _ "<script type="text/javascript" src="/common/javascript/AutoSuggest.js?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3"></script>" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ "" & @CRLF & _ " // Initialize all autosuggests" & @CRLF & _ " $(document).ready(function()" & @CRLF & _ " {" & @CRLF & _ " // Make a check to make sure only one instance is loaded in" & @CRLF & _ " if (!ADVFN.AUTO_SUGGEST.isLoaded())" & @CRLF & _ " {" & @CRLF & _ " var elements = $('.advfn-autosuggest');" & @CRLF & _ " for (var i = 0; i < elements.length; i++)" & @CRLF & _ " {" & @CRLF & _ " ADVFN.AUTO_SUGGEST.create(elements[i]);" & @CRLF & _ " }" & @CRLF & _ " ADVFN.AUTO_SUGGEST.setLoaded(true);" & @CRLF & _ " }" & @CRLF & _ " });" & @CRLF & _ "</script>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div align="center">" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script>" & @CRLF & _ "$(document).ready(function()" & @CRLF & _ "{" & @CRLF & _ " var src="/bolsa-de-valores/update";" & @CRLF & _ " $(".editable").editable(src);" & @CRLF & _ "" & @CRLF & _ " Tipped.create(".boxToolTip", {stem: true, size:'xlarge', skin: 'darker', hook: 'topmiddle',target: 'topmiddle',fixed: true,radius: 0,maxWidth: 200,offset: {}});" & @CRLF & _ "});" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "<div id="quote" class="Element QuoteElement "></div>" & @CRLF & _ "<div id="quote_dr" class="Element DataRecordElement "></div>" & @CRLF & _ "<div id="sector" class="Element IndustrySectorElement "></div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div id="container">" & @CRLF & _ " <div class="symbol-title-container">" & @CRLF & _ " <script type="text/javascript" src="/common/follow-feed/js/FollowFeedRequest.js?v=9509948eb557"></script><div id="SymbolTitle"><div class="inline heading" style="width:550px;"><img style="max-width:52px;max-height:52px;" src="/common/images/companies/BOV_PETRC290.png" alt="Cotação PETRC290 Ex:29 - PETRC290" class="company-logo" title="Cotação PETRC290 Ex:29 - PETRC290" /><h1 title="Cotação PETRC290 Ex:29 - PETRC290"><strong>Cotação PETRC290 Ex:29 - PETRC290</strong></h1></div><div class="inline buttons" style="width: 440px; margin-top: 5px; text-align: right"><div class="ff-btn-container" style="float: right">" & @CRLF & _ "<button type="button" title="Ir ao Follow Feed!" class="ff-btn" data-symbol="BOV%5EPETRC290"" & @CRLF & _ " onclick="window.location='/follow-feed?xref=ste_ffbtn';return false;">" & @CRLF & _ " <span class="btn-img">&nbsp;</span>" & @CRLF & _ " </button>" & @CRLF & _ " <p title="" class="counter"></p>" & @CRLF & _ "</div><script type="text/javascript">" & @CRLF & _ " if (typeof FOLLOW_BUTTON === 'undefined')" & @CRLF & _ " {" & @CRLF & _ " var FOLLOW_BUTTON = {};" & @CRLF & _ " }" & @CRLF & _ " var currentId = 'ceac6c78ed9d20e387e917fe59773cf7';" & @CRLF & _ " FOLLOW_BUTTON[currentId] = {};" & @CRLF & _ " FOLLOW_BUTTON[currentId].FOLLOW_TEXT = 'Seguir PETRC290';" & @CRLF & _ " FOLLOW_BUTTON[currentId].UNFOLLOW_TEXT = 'Deixar de Seguir';" & @CRLF & _ " FOLLOW_BUTTON[currentId].FOLLOWING_TEXT = 'Seguindo PETRC290';" & @CRLF & _ " FOLLOW_BUTTON[currentId].FOLLOW_TITLE = 'Seguir PETRC290 Ex:29 18/03/2022';" & @CRLF & _ " FOLLOW_BUTTON[currentId].UNFOLLOW_TITLE = 'Deixar de Seguir PETRC290 Ex:29 18/03/2022';" & @CRLF & _ " FOLLOW_BUTTON[currentId].FOLLOWING_TITLE = 'Seguindo PETRC290 Ex:29 18/03/2022';" & @CRLF & _ " FOLLOW_BUTTON[currentId].FOLLOWFEED_TITLE = 'Confire PETRC290 Ex:29 18/03/2022 no seu Follow Feed!';" & @CRLF & _ " FOLLOW_BUTTON[currentId].CURRENT_STATE = 'state_follow';" & @CRLF & _ " FOLLOW_BUTTON[currentId].XREF = 'no_xref';" & @CRLF & _ " FOLLOW_BUTTON[currentId].LOGGED_IN = false;" & @CRLF & _ "</script>" & @CRLF & _ "<script type="text/javascript" src="/common/elements/js/follow-button-element.js?v=20200417110131_ccdebf114ed6f5cf78a396316c133de3"></script>" & @CRLF & _ "<div id="ceac6c78ed9d20e387e917fe59773cf7" role="login" class="follow-button follow" style="float: none; display: inline-block" data-symbol="BOV^PETRC290">" & @CRLF & _ " <button class="action-button" type="button">" & @CRLF & _ " <span class="action-icon">" & @CRLF & _ " <span class="fa fa-spinner fa-spin"></span>" & @CRLF & _ " </span>" & @CRLF & _ " </button>" & @CRLF & _ " <button class="state-button" type="button">" & @CRLF & _ " <span class="state-text">Seguir PETRC290</span>" & @CRLF & _ " </button>" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ "</div>" & @CRLF & _ "<div style="display: inline-block; margin: 0 5px;">" & @CRLF & _ "<div id="APS_START_TRADING_BTN" class="dfpAd APS_START_TRADING_BTN" curpage="qkquote" page="qkquote" pos="252" view="br" style="line-height: 32px;"></div>" & @CRLF & _ "</div></div></div> <script>" & @CRLF & _ " var el = $('#SymbolTitle').parent();" & @CRLF & _ " el.onSymbolChange = function(symbolObj)" & @CRLF & _ " {" & @CRLF & _ " elementUpdateParam(this, 'symbol', symbolObj.feed_symbol);" & @CRLF & _ " elementUpdateParam(this, 'special_title', symbolObj.titles);" & @CRLF & _ " elementTriggerLoad(this);" & @CRLF & _ " };" & @CRLF & _ " ADVFNSymbolInfo.addListener(el);" & @CRLF & _ " </script>" & @CRLF & _ " </div>" & @CRLF & _ "<div class="row">" & @CRLF & _ "<div id="content">" & @CRLF & _ " <div class="quote-summary-container">" & @CRLF & _ " " & @CRLF & _ " <div class="quote-summary-header">" & @CRLF & _ " <div class="price-info">" & @CRLF & _ " <!-- US MARKETS -->" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <!-- International Markets -->" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <span class="qs-current-price">" & @CRLF & _ " <span id="quoteElementPiece1" class="PriceTextUnchanged">1,80</span>" & @CRLF & _ " </span>" & @CRLF & _ " <br>" & @CRLF & _ " <span class="qs-current-change" id="qs-current-change">" & @CRLF & _ " <span data-app="change-arrow-ooh" data-change=#quoteElementPiece2>" & @CRLF & _ " <i class="fa fa-fw fa-spinner fa-spin"></i>" & @CRLF & _ " </span>" & @CRLF & _ " <span id="quoteElementPiece2" class="PriceTextUnchanged">0,00</span>" & @CRLF & _ " <span id="quoteElementPiece3" class="PriceTextUnchanged">(0,0%)</span>" & @CRLF & _ " </span>" & @CRLF & _ " " & @CRLF & _ " </div>" & @CRLF & _ " <div class="session-info-container">" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <a href="https://br.advfn.com/assinatura/Bovespa-Tempo-Real/br_p0910_b" class="button-upgrade ">" & @CRLF & _ " <i class="fa fa-bolt"></i> Upgrade para Tempo Real" & @CRLF & _ " </a>" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <div class="session-info">" & @CRLF & _ " <!-- US MARKETS -->" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " <!-- International Markets -->" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <span>" & @CRLF & _ " Mercado Fechado <i class="fa fa-moon-o afterhours-session-color"></i>" & @CRLF & _ " </span>" & @CRLF & _ " " & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ "</div>" & @CRLF & _ "<div style="display: none;">" & @CRLF & _ " <span id="quoteElementPiece4" class="PriceTextUnchanged">1,80</span>" & @CRLF & _ "</div>" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ " var USER_LOGGED_IN = false;" & @CRLF & _ " var MARKET_SESSION = "closed";" & @CRLF & _ "</script>" & @CRLF & _ "<script type="text/javascript" src="/common/elements/quote-summary/js/quote-summary.js"></script>" & @CRLF & _ "" & @CRLF & _ " <script src="/common/javascript/fancybox2/source/jquery.fancybox.js"></script>" & @CRLF & _ "" & @CRLF & _ "<style type='text/css'>" & @CRLF & _ " @import "/common/javascript/fancybox2/source/jquery.fancybox.css";" & @CRLF & _ "</style>" & @CRLF & _ "" & @CRLF & _ "<style type='text/css'>" & @CRLF & _ " #quoteEntitlementHook" & @CRLF & _ " {" & @CRLF & _ " float: right;" & @CRLF & _ " font-family: 'Open Sans',sans-serif;" & @CRLF & _ " font-size: 13px;" & @CRLF & _ " font-weight: bold;" & @CRLF & _ " left: -70px;" & @CRLF & _ " position: relative;" & @CRLF & _ " text-align: center;" & @CRLF & _ " top: 44px;" & @CRLF & _ " width: 100px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " #quotePageRTupgradeContainer" & @CRLF & _ " {" & @CRLF & _ " z-index: 999999;" & @CRLF & _ " overflow: auto;" & @CRLF & _ " display: none;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .quotePageRTupgradeLink:hover {" & @CRLF & _ " cursor: pointer;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .wrap-purchase {" & @CRLF & _ " background: url("/common/marketing/images/product_background.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);" & @CRLF & _ " display: inline-block;" & @CRLF & _ " height: 221px;" & @CRLF & _ " padding: 20px;" & @CRLF & _ " width: 389px;" & @CRLF & _ " margin-left: 30px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .wrap-purchase div.subtitle {" & @CRLF & _ " color: #147dae;" & @CRLF & _ " font-size: 18px;" & @CRLF & _ " font-weight: bold;" & @CRLF & _ " width: 300px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .wrap-purchase div {" & @CRLF & _ " font-family: 'Open Sans',sans-serif;" & @CRLF & _ " width: 389px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .wrap-purchase div.title {" & @CRLF & _ " margin-top: 40px;" & @CRLF & _ " font-size: 22px;" & @CRLF & _ " font-weight: bold;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " #prodListTable" & @CRLF & _ " {" & @CRLF & _ " overflow: hidden;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " #prodListTableDesc, #prodListTableVAT" & @CRLF & _ " {" & @CRLF & _ " font-family: 'Open Sans',sans-serif;" & @CRLF & _ " text-align: center;" & @CRLF & _ " color: #ff7200;" & @CRLF & _ " font-size: 35px;" & @CRLF & _ " font-weight: bold;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .wrap-purchase div.price {" & @CRLF & _ " color: #ff7200;" & @CRLF & _ " font-size: 35px;" & @CRLF & _ " font-weight: bold;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .wrap-purchase button {" & @CRLF & _ " background: url("/common/marketing/images/btn-buy.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);" & @CRLF & _ " border: medium none;" & @CRLF & _ " color: white;" & @CRLF & _ " font-size: 20px;" & @CRLF & _ " font-weight: bold;" & @CRLF & _ " height: 94px;" & @CRLF & _ " margin: -20px 0 0px 140px;" & @CRLF & _ " width: 321px;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .wrap-purchase button:hover {" & @CRLF & _ " cursor: pointer;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " .adLink {" & @CRLF & _ " margin: 0;" & @CRLF & _ " font-size: 0.9em;" & @CRLF & _ " text-decoration: underline;" & @CRLF & _ " color: rgb(43, 50, 102);" & @CRLF & _ " font-family: Arial, Helvetica, sans-serif;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ "</style>" & @CRLF & _ "" & @CRLF & _ "<div id='quotePageRTupgradeContainer'><table id='prodListTable'><thead><tr><td><div id='prodListTableDesc'>Serviços em Tempo-Real</div></td><tr></thead><tbody> <tr>" & @CRLF & _ " <td>" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ "" & @CRLF & _ "$(document).ready(function () {" & @CRLF & _ "" & @CRLF & _ " $('#ociPurId').click(function () {" & @CRLF & _ " " & @CRLF & _ " oneClickPurchaseURL = ''" & @CRLF & _ " $.ajax({" & @CRLF & _ " type: "GET"," & @CRLF & _ " url: oneClickPurchaseURL," & @CRLF & _ " success: function(data){parseResult(data);}" & @CRLF & _ " });" & @CRLF & _ " });" & @CRLF & _ "}); " & @CRLF & _ "" & @CRLF & _ "parseResult = function(data)" & @CRLF & _ "{" & @CRLF & _ " // Display if data contains any error" & @CRLF & _ " if(data != 1)" & @CRLF & _ " {" & @CRLF & _ " alert(data);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " location.reload();" & @CRLF & _ " //h = window.location.host;" & @CRLF & _ " //window.location.replace(h);" & @CRLF & _ " };" & @CRLF & _ " " & @CRLF & _ "</script>" & @CRLF & _ "<div class='wrap-purchase'>" & @CRLF & _ " <div class='subtitle'>Trader Bovespa</div>" & @CRLF & _ " <div class='ct'>" & @CRLF & _ " <div class='title'>Assinatura Mensal</div>" & @CRLF & _ " <div>por apenas</div>" & @CRLF & _ " <div class='price'><strike>US$17,47</strike></div>" & @CRLF & _ " </div>" & @CRLF & _ " <button onclick="location.href='/common/account/register/product/br_p0910_b'">1o Mês Gratis</button>" & @CRLF & _ " </div>" & @CRLF & _ " </td>" & @CRLF & _ " </tr> <tr>" & @CRLF & _ " <td>" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ "" & @CRLF & _ "$(document).ready(function () {" & @CRLF & _ "" & @CRLF & _ " $('#ociPurId').click(function () {" & @CRLF & _ " " & @CRLF & _ " oneClickPurchaseURL = ''" & @CRLF & _ " $.ajax({" & @CRLF & _ " type: "GET"," & @CRLF & _ " url: oneClickPurchaseURL," & @CRLF & _ " success: function(data){parseResult(data);}" & @CRLF & _ " });" & @CRLF & _ " });" & @CRLF & _ "}); " & @CRLF & _ "" & @CRLF & _ "parseResult = function(data)" & @CRLF & _ "{" & @CRLF & _ " // Display if data contains any error" & @CRLF & _ " if(data != 1)" & @CRLF & _ " {" & @CRLF & _ " alert(data);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " location.reload();" & @CRLF & _ " //h = window.location.host;" & @CRLF & _ " //window.location.replace(h);" & @CRLF & _ " };" & @CRLF & _ " " & @CRLF & _ "</script>" & @CRLF & _ "<div class='wrap-purchase'>" & @CRLF & _ " <div class='subtitle'>Trader Plus</div>" & @CRLF & _ " <div class='ct'>" & @CRLF & _ " <div class='title'>Assinatura Mensal</div>" & @CRLF & _ " <div>por apenas</div>" & @CRLF & _ " <div class='price'><strike>US$31,91</strike></div>" & @CRLF & _ " </div>" & @CRLF & _ " <button onclick="location.href='/common/account/register/product/br_p0910_d'">1o Mês Gratis</button>" & @CRLF & _ " </div>" & @CRLF & _ " </td>" & @CRLF & _ " </tr> <tr>" & @CRLF & _ " <td>" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ "" & @CRLF & _ "$(document).ready(function () {" & @CRLF & _ "" & @CRLF & _ " $('#ociPurId').click(function () {" & @CRLF & _ " " & @CRLF & _ " oneClickPurchaseURL = ''" & @CRLF & _ " $.ajax({" & @CRLF & _ " type: "GET"," & @CRLF & _ " url: oneClickPurchaseURL," & @CRLF & _ " success: function(data){parseResult(data);}" & @CRLF & _ " });" & @CRLF & _ " });" & @CRLF & _ "}); " & @CRLF & _ "" & @CRLF & _ "parseResult = function(data)" & @CRLF & _ "{" & @CRLF & _ " // Display if data contains any error" & @CRLF & _ " if(data != 1)" & @CRLF & _ " {" & @CRLF & _ " alert(data);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " location.reload();" & @CRLF & _ " //h = window.location.host;" & @CRLF & _ " //window.location.replace(h);" & @CRLF & _ " };" & @CRLF & _ " " & @CRLF & _ "</script>" & @CRLF & _ "<div class='wrap-purchase'>" & @CRLF & _ " <div class='subtitle'>Trader Advanced</div>" & @CRLF & _ " <div class='ct'>" & @CRLF & _ " <div class='title'>Assinatura Mensal</div>" & @CRLF & _ " <div>por apenas</div>" & @CRLF & _ " <div class='price'>US$41,32</div>" & @CRLF & _ " </div>" & @CRLF & _ " <button onclick="location.href='/common/account/register/product/br_p0910_e'">Assine Agora</button>" & @CRLF & _ " </div>" & @CRLF & _ " </td>" & @CRLF & _ " </tr> <tr>" & @CRLF & _ " <td>" & @CRLF & _ " <div id='prodListTableVAT'></div>" & @CRLF & _ " </td>" & @CRLF & _ " </tr></tbody></table></div>" & @CRLF & _ "" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "" & @CRLF & _ " $(document).ready(function() {" & @CRLF & _ "" & @CRLF & _ " $(".quotePageRTupgradeLink").fancybox({" & @CRLF & _ " maxWidth : 500," & @CRLF & _ " autoSize : true," & @CRLF & _ " closeClick : false," & @CRLF & _ " openEffect : 'elastic'," & @CRLF & _ " closeEffect : 'elastic'," & @CRLF & _ " autoDimensions : true" & @CRLF & _ " });" & @CRLF & _ "" & @CRLF & _ " });" & @CRLF & _ "</script>" & @CRLF & _ "<!-- -->" & @CRLF & _ "<div class="TableElement">" & @CRLF & _ " <table>" & @CRLF & _ " <tr>" & @CRLF & _ " <th>Nome da Opção</th>" & @CRLF & _ " <th class="boxToolTip" title="O símbolo para PETRC290 Ex:29 é PETRC290">Código da Opção</th>" & @CRLF & _ " <th class="boxToolTip" title="PETRC290 Ex:29 está listado(a) no mercado Bovespa">Bolsa de Valores</th>" & @CRLF & _ " <th class="boxToolTip" title="">Tipo de Ativo</th>" & @CRLF & _ " " & @CRLF & _ " <th class="boxToolTip" title="O código ISIN para PETRC290 Ex:29">Código ISIN do Ativo</th>" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <th class="ColumnLast">Descrição da Opção</th>" & @CRLF & _ " " & @CRLF & _ " </tr>" & @CRLF & _ " <tr class="odd">" & @CRLF & _ " <td align="center"><b>PETRC290 Ex:29 18/03/2022</b></td>" & @CRLF & _ " <td align="center"><b>PETRC290</b></td>" & @CRLF & _ " <td align="center"><b><a href='/bolsa-de-valores/bovespa' title='Bovespa'>Bovespa</a></b></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece5" class="">Opção</span></td>" & @CRLF & _ " " & @CRLF & _ " <td align="center"><span id="quoteElementPiece6" class="">BRPETR4C0QY6</span></td>" & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " " & @CRLF & _ " <td align="center">Opção de Compra Ex:29 Vencimento: Março</td>" & @CRLF & _ " " & @CRLF & _ " </tr>" & @CRLF & _ " </table>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ " <div class="TableElement">" & @CRLF & _ " <table>" & @CRLF & _ " <tr>" & @CRLF & _ " <th>Preço de Exercício (Strike)</th>" & @CRLF & _ " <th>Vencimento do Contrato</th>" & @CRLF & _ " <th>Dias até Vencimento</th>" & @CRLF & _ " <th>Tipo de Negócio</th>" & @CRLF & _ " <th>Estilo de Opção</th>" & @CRLF & _ " <th>Classif.</th>" & @CRLF & _ " <th>Valor Intrínsico da Opção</th>" & @CRLF & _ " <th class="ColumnLast">Valor Extrínsico da Opção</th>" & @CRLF & _ " </tr>" & @CRLF & _ " <tr class="odd">" & @CRLF & _ " <td align="center">29,00</td>" & @CRLF & _ " <td align="center">18/03/2022</td>" & @CRLF & _ " <td align="center">699 dias</td>" & @CRLF & _ " <td align="center">Call</td>" & @CRLF & _ " <td align="center">Americano</td>" & @CRLF & _ " <td align="center">OTM</td>" & @CRLF & _ " <td align="center">-12,89</td>" & @CRLF & _ " <td align="center">14,69</td>" & @CRLF & _ " </tr>" & @CRLF & _ " </table>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div class="TableElement">" & @CRLF & _ " <table>" & @CRLF & _ " <tr>" & @CRLF & _ " <th class="boxToolTip" title="O preço para PETRC290 Ex:29 está em alta ou baixa?">&nbsp;</th>" & @CRLF & _ " <th class="boxToolTip" title="Mudança no preço de PETRC290 Ex:29">Variação do Dia (p)</th>" & @CRLF & _ " <th class="boxToolTip" title="Variação no preço de PETRC290 Ex:29">Variação do Dia %</th>" & @CRLF & _ " <th class="boxToolTip" title="Preço atual de PETRC290 Ex:29">Último Preço</th>" & @CRLF & _ " <th class="boxToolTip" title="Menor preço para as ações de PETRC290 Ex:29 hoje">Preço Mínimo</th>" & @CRLF & _ " <th class="boxToolTip" title="Maior preço para as ações de PETRC290 Ex:29 hoje">Preço Máximo</th>" & @CRLF & _ " <th class="boxToolTip" title="Preço de abertura para PETRC290 Ex:29 hoje">Preço de Abertura</th>" & @CRLF & _ " <th class="boxToolTip" title="Preco de fechamento de PETRC290 Ex:29 ontem">Preço de Fechamento</th>" & @CRLF & _ " <th class="boxToolTip" class="ColumnLast" title="Último negócio para PETRC290 Ex:29">Hora <img title='' alt='' class='quotePageRTupgradeLink' href='#quotePageRTupgradeContainer' id='cautionImageEnt' src='/common/images/icons/caution_sign.gif'/></th>" & @CRLF & _ " </tr>" & @CRLF & _ " <tr class="odd">" & @CRLF & _ " <td align="center" class="change_arrow_fa"><span id="quoteElementPiece7" class="PriceTextUnchanged"><span class="fa fa-circle PriceTextUnchanged fa-fw"></span></span></td>" & @CRLF & _ " <td align="center" class="change"><span id="quoteElementPiece8" class="PriceTextUnchanged">0,00</span></td>" & @CRLF & _ " <td align="center" class="chgpct"><span id="quoteElementPiece9" class="PriceTextUnchanged">0,0%</span></td>" & @CRLF & _ " <td align="center" class="current_price"><span id="quoteElementPiece10" class="PriceTextUnchanged">1,80</span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece11" class="">0,00</span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece12" class="">0,00</span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece13" class="">0,00</span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece14" class="">1,80</span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece15" class="">19:45:00</span></td>" & @CRLF & _ " </tr>" & @CRLF & _ " </table>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " <div class="TableElement"><table><tr><th class="boxToolTip" title="Preço de venda para ações de PETRC290 Ex:29">Melhor Preço de Compra</th><th class="boxToolTip" title="Preço de compra para ações de PETRC290 Ex:29">Melhor Preço de Venda</th><th class="boxToolTip" title="O spread de preço é a diferença entre as ofertas de compra e venda. Mais Market Makers implicam um spread menor enquanto menos Market Makers geralmente resultam em um spread de preço maior.">Spread de Preço</th><th class="boxToolTip" title="O spread percentual é a diferença no spread de preço como o dividendo do preço do ativo. O spread percentual é calculado pela fórmula (spread de preço / preço atual) * 100." >Spread de Preço %</th><th class="boxToolTip" title="" colspan='2'>Notícias sobre PETRC290</th></tr><tr class="odd"><td align="center"><span id="quoteElementPiece16" class="">0,10</span></td><td align="center"><span id="quoteElementPiece17" class="">2,40</span></td><td align="center"><span id="quoteElementPiece18" class="">2,30</span></td><td align="center"><span id="quoteElementPiece19" class="">95,83%</span></td><td align="center">-</td><td align="center">-</td></tr></table>" & @CRLF & _ " </div>" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ " <div class="TableElement">" & @CRLF & _ " <table>" & @CRLF & _ " <tr>" & @CRLF & _ " <th class="boxToolTip" title="O horário do último negócio realizado">Último Negócio</th>" & @CRLF & _ " <th>Tipo de Negócio</th>" & @CRLF & _ " <th>Quantidade de Ações Negociadas</th>" & @CRLF & _ " <th class="boxToolTip" title="O último preço negociado para PETRC290 Ex:29 (PETRC290).">Preço Negociado</th>" & @CRLF & _ " <th class="ColumnLast">Moeda</th>" & @CRLF & _ " </tr>" & @CRLF & _ " <tr class="odd">" & @CRLF & _ " <td align="center"><span id="quoteElementPiece20" class="">-</span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece21" class=""></span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece22" class="">0</span></td>" & @CRLF & _ " <td align="center" onclick="javascript:location.href='/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/negocios'" style="cursor:pointer;text-decoration:underline;color:black;"><span id="quoteElementPiece23" class="trdprice current_price PriceTextUnchanged">&nbsp;1,80</span></td>" & @CRLF & _ " <td align="center"><span id="quoteElementPiece24" class="">BRL</span></td>" & @CRLF & _ " </tr>" & @CRLF & _ "" & @CRLF & _ " </table>" & @CRLF & _ " </div>" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div class="TableElement">" & @CRLF & _ " <table>" & @CRLF & _ " <tr>" & @CRLF & _ " <th>Setor da Empresa</th>" & @CRLF & _ " </tr>" & @CRLF & _ " <tr class="odd">" & @CRLF & _ " <td align="center">" & @CRLF & _ " <a href="/mundo/brasil/setores/mineracao-extracao-petroleo-gas/extracao-petroleo-gas">Petróleo, Gás e Biocombustíveis / Petróleo, Gás e Biocombustíveis / Exploração e/ou Refino</a>" & @CRLF & _ " </td>" & @CRLF & _ " </tr>" & @CRLF & _ " </table>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div class="TableElement">" & @CRLF & _ " <table><tr><th>Anotações</th></tr><tr class='odd'><td><a href='#' role='login'>Clique aqui para escrever uma anotação sobre esse ativo.</a></td></tr>" & @CRLF & _ "</table>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <h2>Notícias PETRC290 Ex:29</h2>" & @CRLF & _ "" & @CRLF & _ " <div id="news" class="Element TableElement NewsListElement ">Notícias em tempo-real sobre PETRC290 Ex:29 18/03/2022 da Bovespa bolsa de valores: 0 artigos recentes</div>" & @CRLF & _ "" & @CRLF & _ " <h2>Forum PETRC290 Ex:29</h2>" & @CRLF & _ "" & @CRLF & _ " <div id="threads" class="Element TableElement ThreadListElement "><div class="no-threads-box"><h2 class="no-threads">Nenhuma Discussão Encontrada<a href="/forum/create" class="btn new-thread-button new-thread-button-primary">Criar Nova Discussão</a></h2></div></div>" & @CRLF & _ "" & @CRLF & _ " " & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div id="sidebar">" & @CRLF & _ " " & @CRLF & _ "<div id="APS_300_X_250" class="dfpAd APS_300_X_250" curpage="quote" page="apsglobalads" pos="80" view="br" style="background:#fff;margin-bottom:20px"></div>" & @CRLF & _ "" & @CRLF & _ " <div id='sticky'>" & @CRLF & _ " <div id="chartWrapper">" & @CRLF & _ " <h3 title="Gráfico intradiário para PETRC290 Ex:29">Histórico PETRC290 - 1 Dia</h3>" & @CRLF & _ " <div id="chart1" class="Element ChartElement "><a href="//br.advfn.com/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/grafico/tempo-real" title="Gráfico intradiário para PETRC290 Ex:29" ><img src="/p.php?pid=staticchart&s=BOV%5EPETRC290&t=37&p=0&dm=0&vol=0&width=280&height=200&min_pre=0&min_after=0" width="280" height="200" alt="Gráfico intradiário para PETRC290 Ex:29"></a></div>" & @CRLF & _ " <div class="nav quote-chart-widget">" & @CRLF & _ " <ul>" & @CRLF & _ " <li><a class="active" href="#1d">1d</a></li>" & @CRLF & _ " <li><a href="#1m">1m</a></li>" & @CRLF & _ " <li><a href="#3m">3m</a></li>" & @CRLF & _ " <li><a href="#6m">6m</a></li>" & @CRLF & _ " <li><a href="#1y">1a</a></li>" & @CRLF & _ " <li><a href="#2y">2a</a></li>" & @CRLF & _ " </ul>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div id="rp" class="Element RelatedPagesElement "></div>" & @CRLF & _ " </div>" & @CRLF & _ " " & @CRLF & _ "<div id="APS_300_X_600" class="dfpAd APS_300_X_600" curpage="quote" page="quote" pos="86" view="br" style="background:#fff;margin-top:20px"></div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div style='clear:both'></div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div id="APS_SUPER_BANNER" class="dfpAd APS_SUPER_BANNER" curpage="quote" page="apsglobalads" pos="90" view="br" style="margin-top:20px"></div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div id="NewsAlertWidget" class="Element NewsAlertWidgetElement "></div>" & @CRLF & _ "<div id="js_marketing_advert" class="Element AdvertElement MarketingAdvertElement "><div id="exchanges_quote_BOV_00">" & @CRLF & _ "</div>" & @CRLF & _ "</div>" & @CRLF & _ "<div id="admin" class="Element DataRecordAdminElement " style="width:800px;margin-top:20px"></div>" & @CRLF & _ "" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "" & @CRLF & _ "(function($) {" & @CRLF & _ " $('.nav a').click(function(event){" & @CRLF & _ " var chartFlipAs = $('.nav a');" & @CRLF & _ " chartFlipAs.removeClass();" & @CRLF & _ " $(event.target).addClass('active');" & @CRLF & _ " var indexOf = chartFlipAs.index(event.target);" & @CRLF & _ " getNewChart(indexOf);" & @CRLF & _ " });//end .click" & @CRLF & _ "" & @CRLF & _ " $('#chartWrapper').swipe( {" & @CRLF & _ " swipe:function(event, direction, distance, duration, fingerCount, fingerData) {" & @CRLF & _ " var activeTab = $('.nav a.active:first');" & @CRLF & _ " var nextTab = $(activeTab).parent().next().find('a');" & @CRLF & _ " console.log(nextTab);" & @CRLF & _ " if (direction == 'right'){" & @CRLF & _ " nextTab = $(activeTab).parent().prev().find('a');" & @CRLF & _ " }" & @CRLF & _ " if (nextTab.length > 0){" & @CRLF & _ " $(nextTab).trigger('click');" & @CRLF & _ " }" & @CRLF & _ " else{" & @CRLF & _ " $(activeTab).trigger('click'); //Refresh the current chart" & @CRLF & _ " }" & @CRLF & _ " }," & @CRLF & _ " excludedElements: ''," & @CRLF & _ " threshold:50 //Swipe distance to trigger event: 50px" & @CRLF & _ " });" & @CRLF & _ "})(jQuery);" & @CRLF & _ "" & @CRLF & _ "function getNewChart(timeInterval)" & @CRLF & _ "{" & @CRLF & _ " var indexOf = $('.nav a').index($('.nav a.active'));" & @CRLF & _ " $('#chartWrapper img').remove();" & @CRLF & _ " $.ajax({" & @CRLF & _ " url:"/bolsa-de-valores/bovespa/petrc290-ex-29-PETRC290/cotacao" + "/getChart?interval=" + timeInterval," & @CRLF & _ " dataType: "html"," & @CRLF & _ " success: function (data) {" & @CRLF & _ " var html = $.parseHTML(data);" & @CRLF & _ " $('#chartWrapper h3').replaceWith(html[2]);" & @CRLF & _ " $('#chart1').replaceWith(html[4]);" & @CRLF & _ " }" & @CRLF & _ " })" & @CRLF & _ " return;" & @CRLF & _ "}" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<script>" & @CRLF & _ "document.addEventListener("DOMContentLoaded", function(event)" & @CRLF & _ "{" & @CRLF & _ " var up = "\u25B2";" & @CRLF & _ " var down = "\u25BC";" & @CRLF & _ " var neutral = "\u2022";" & @CRLF & _ " var feedSymbol = "PETRC290";" & @CRLF & _ " var symbol = feedSymbol.split("^")[1];" & @CRLF & _ " var changeInterval = 60000;" & @CRLF & _ " var changeTitleFnc;" & @CRLF & _ "" & @CRLF & _ " function changeTitle()" & @CRLF & _ " {" & @CRLF & _ " _changeTitleFnc();" & @CRLF & _ " changeTitleFnc = setInterval(_changeTitleFnc, changeInterval);" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " function _changeTitleFnc()" & @CRLF & _ " {" & @CRLF & _ " var direction = $("#quoteElementPiece2");" & @CRLF & _ " var priceChange = $('.change').children().first().text();" & @CRLF & _ " var percentChange = $('.chgpct').first();" & @CRLF & _ " var currentPrice = $('.current_price').children().first().text();" & @CRLF & _ " var directionIcon;" & @CRLF & _ "" & @CRLF & _ " var arrowElementFA = $('.fa.fa-fw ').first();" & @CRLF & _ "" & @CRLF & _ " if (arrowElementFA.hasClass('fa-arrow-up'))" & @CRLF & _ " {" & @CRLF & _ " direction = up;" & @CRLF & _ " }" & @CRLF & _ " else if (arrowElementFA.hasClass('fa-arrow-down'))" & @CRLF & _ " {" & @CRLF & _ " direction = down;" & @CRLF & _ " }" & @CRLF & _ " else" & @CRLF & _ " {" & @CRLF & _ " direction = neutral;" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " if (percentChange.hasClass('trdchange'))" & @CRLF & _ " {" & @CRLF & _ " percentChange = $('.trdchange.chgpct').first().text().replace("(","").replace(")","");" & @CRLF & _ " }" & @CRLF & _ " else" & @CRLF & _ " {" & @CRLF & _ " percentChange = $('.chgpct').children().first().text();" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " document.title = symbol + " " + currentPrice + " " + direction + " " + percentChange;" & @CRLF & _ " }" & @CRLF & _ " setTimeout(function()" & @CRLF & _ " {" & @CRLF & _ " changeTitle();" & @CRLF & _ " }, 30000);" & @CRLF & _ "});" & @CRLF & _ "</script>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<div id="APS_PAGE_WRAP" class="dfpAd APS_PAGE_WRAP" curpage="quote" page="quote" pos="135" view="br"></div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div id="live-chat" class="Element LiveChatElement "><script id="ze-snippet" src="https://static.zdassets.com/ekr/snippet.js?key=9347eb4f-b8e0-4ebc-8aed-8c8055ce7ccd"></script>" & @CRLF & _ "<script type="text/javascript">" & @CRLF & _ " var ZD_USER_TAGS = ["ADVFN","site:br","geo:US","locale:pt_BR","Desktop","loggedout"];" & @CRLF & _ "" & @CRLF & _ " window.zESettings = {" & @CRLF & _ " webWidget: {" & @CRLF & _ " chat: {" & @CRLF & _ " tags: ZD_USER_TAGS" & @CRLF & _ " }," & @CRLF & _ " authenticate: {" & @CRLF & _ " chat: {" & @CRLF & _ " jwtFn: ZD_performAuthentication" & @CRLF & _ " }" & @CRLF & _ " }," & @CRLF & _ " launcher: {" & @CRLF & _ " chatLabel: {" & @CRLF & _ " '*': 'Atendimento Online'" & @CRLF & _ " }" & @CRLF & _ " }," & @CRLF & _ " contactOptions: {" & @CRLF & _ " enabled: true," & @CRLF & _ " chatLabelOnline: {" & @CRLF & _ " '*': 'Atendimento Online'" & @CRLF & _ " }," & @CRLF & _ " chatLabelOffline: {" & @CRLF & _ " '*': 'Atendimento online indisponível no momento'" & @CRLF & _ " }," & @CRLF & _ " contactFormLabel: {" & @CRLF & _ " '*': 'Deixe uma mensagem para nós'" & @CRLF & _ " }" & @CRLF & _ " }," & @CRLF & _ " zIndex: 999999" & @CRLF & _ " }" & @CRLF & _ " };" & @CRLF & _ "" & @CRLF & _ " function ZD_performAuthentication(callback)" & @CRLF & _ " {" & @CRLF & _ " if (ZD_USER_TAGS.indexOf('loggedin') !== -1)" & @CRLF & _ " {" & @CRLF & _ " fetch('/common/zendesk/token').then(function(res)" & @CRLF & _ " {" & @CRLF & _ " res.text().then(function(jwt)" & @CRLF & _ " {" & @CRLF & _ " callback(jwt);" & @CRLF & _ " });" & @CRLF & _ " });" & @CRLF & _ " }" & @CRLF & _ " }" & @CRLF & _ "" & @CRLF & _ " $(document).ready(function()" & @CRLF & _ " {" & @CRLF & _ " var maxWidth = 1000;" & @CRLF & _ " var windowWidth = window.innerWidth;" & @CRLF & _ " if (windowWidth <= maxWidth)" & @CRLF & _ " {" & @CRLF & _ " zE('webWidget', 'hide');" & @CRLF & _ " }" & @CRLF & _ " window.addEventListener('resize', function()" & @CRLF & _ " {" & @CRLF & _ " windowWidth = window.innerWidth;" & @CRLF & _ " if (windowWidth < maxWidth)" & @CRLF & _ " {" & @CRLF & _ " zE('webWidget', 'hide');" & @CRLF & _ " }" & @CRLF & _ " else" & @CRLF & _ " {" & @CRLF & _ " zE('webWidget', 'show');" & @CRLF & _ " }" & @CRLF & _ " });" & @CRLF & _ " });" & @CRLF & _ "</script>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div style="height: 15px"></div><div class='clear'></div><div id='RecentStocksViewedElement' style='text-align:center;width:970px; position:relative; margin:auto;'> <div style='width:970px; text-align:left; margin:auto; display:inline-block'><table id='RecentHistoryTbl' cellpadding=0 cellspacing=0 style=' float:left;border:1px solid #989898;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;width:658px; -moz-box-shadow: 0px 0px 2px #888;-webkit-box-shadow: 0px 0px 2px #888;box-shadow: 0px 0px 3px #888;clear:both;background-color:white;'>" & @CRLF & _ " <tr>" & @CRLF & _ " <td style='width:57px;'> </td>" & @CRLF & _ " <td style='font-size:medium;font-family:arial, helvetica,sans-serif;font-weight:bold;text-align:left;height:30px;color:#3F3F3F;white-space: nowrap;'>Seu Histórico Recente" & @CRLF & _ " </td>" & @CRLF & _ " <td id='history_pagination' style='font-size:small;color:grey;font-family:arial, helvetica,sans-serif;text-align:right;white-space: nowrap;'>" & @CRLF & _ " </td>" & @CRLF & _ " <td style='width:57px;'> </td>" & @CRLF & _ " </tr>" & @CRLF & _ " <tr>" & @CRLF & _ " <td style='vertical-align:top;padding-top:20px;'> </td>" & @CRLF & _ " <td colspan='2'><div id='slider' style='position: relative; width: 544px; overflow: hidden; height: 219px;'>" & @CRLF & _ " <div id='slider-container' style='position: absolute; top: 0px; left: 0px; width: 1088px; height: 80px;'>" & @CRLF & _ " <div id='d1' style='position: absolute; top: 0px; left: 0px;width: 544px;height: 80px;'><table cellpadding=0 cellspacing=3 style='background-color:#ffffff; opacity:0.4;'><tr><td style="text-align:center; width:102px; height:80px; background-image:url('/common/instrumentsHistory/images/hist-box-grey.jpg'); background-repeat:no-repeat;" valign="top">" & @CRLF & _ " <table cellpadding=0 cellspacing=0 border=0 style='width:102px;'>" & @CRLF & _ " <tr style='height:15px;'>" & @CRLF & _ " <td style='text-align:center;'>" & @CRLF & _ " <div style='margin-left:auto;margin-right:auto;background-color:black;width:36px;height:15px;-moz-border-bottom-left-radius: 5px;-webkit-border-bottom-left-radius: 5px;border-bottom-left-radius: 5px;-moz-border-bottom-right-radius: 5px;-webkit-border-bottom-right-radius: 5px;border-bottom-right-radius: 5px;position:relative;'>" & @CRLF & _ " <span style='font-size:12px;font-family:arial, helvetica,sans-serif;color:white;font-weight:bold;height:15px;position:absolute;top:1px;left:0px;width:36px;'>BOV</span>" & @CRLF & _ " </div>" & @CRLF & _ " </td>" & @CRLF & _ " </tr>" & @CRLF & _ " <tr style='height:40px;'>" & @CRLF & _ " <td>" & @CRLF & _ " <div style='font-size:14px;font-family:arial, helvetica,sans-serif;font-weight:bold;color:#002c73;text-align:center;margin-top:6px;'>" & @CRLF & _ " PETRC290" & @CRLF & _ " </div>" & @CRLF & _ " </td>" & @CRLF & _ " </tr>" & @CRLF & _ " <tr style='height:23px;'>" & @CRLF & _ " <td style='font-size:14px;font-family:arial, helvetica,sans-serif;text-align:center;vertical-align:top;'>" & @CRLF & _ " PETRC290 E.." & @CRLF & _ " </td>" & @CRLF & _ " </tr>" & @CRLF & _ " </table>" & @CRLF & _ "</td>" & @CRLF & _ " </tr></table> </div>" & @CRLF & _ "" & @CRLF & _ " </div>" & @CRLF & _ " <div style='position:relative; top:90px; width:100%; height:100%; line-height:100%; font-size:14px; text-align:left; font-family:arial, helvetica,sans-serif;'><b>Registre-se agora</b> para acompanhar essas ações ao vivo no Monitor ADVFN.<br><br>O Monitor permite ver até 110 de suas ações favoritas de uma vez só e é <b>completamente grátis</b> para você usar.<br><br><iframe allowtransparency="true" style="background-color:transparent;" id="mkta_716_48511" name="mkta_716_48511" src="//mkta.advfn.com/i-i.php?s=716&amp;w=526&amp;h=48&amp;iid=1587309467&amp;k=fENPT0tJRXxrbm93bl91c2VyPTB8VUw9MHxwYWdlX3BhdGg9L2JvbHNhLWRlLXZhbG9yZXMvYm92ZXNwYS9wZXRyYzI5MC1leC0yOS1QRVRSQzI5MC9jb3RhY2FvfHN5bWJvbD1QRVRSQzI5MHxtYXJrZXQ9Qk9WfA%3D%3D" width="526" height="48" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>" & @CRLF & _ " </div></td><td style='width:57px;vertical-align:top;padding-top:20px;'></td></tr></table> <div style='width:300px; height:250px; display:inline; background-color:#efefef; float:left; margin-left:10px;'>" & @CRLF & _ "<div id="APS_MPU_FOOTER" class="dfpAd APS_MPU_FOOTER" curpage="quote" page="apsglobalads" pos="810" view="br"></div>" & @CRLF & _ "</div> </div> <div style='width:970px;display:inline-block;margin-top: 20px;float:left;'> <iframe id="footerbillboardAdvert" src="" width="970" height="250" frameborder="0" scrolling="no" style="margin:0 auto 10px auto;"></iframe>" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ " apsReady.add( function(){" & @CRLF & _ " aps.lazyLoad.addElement('footerbillboardAdvert', function() { $('#footerbillboardAdvert').attr('src', '/common/commercial/footerbillboard'); });" & @CRLF & _ " });" & @CRLF & _ " </script></div> </div>" & @CRLF & _ "<table id='footerTextTbl' width='100%' cellpadding='0' cellspacing='0' border='0' style='border-top:1px solid #a0a0a0;margin-top:50px;padding-top:10px;'>" & @CRLF & _ " <tr><td><img src='//images.advfn.com/imagesnew/2/gb/space.gif' height='5' border='0' alt=''></td></tr>" & @CRLF & _ "<style>" & @CRLF & _ ".wr-br-footer ul," & @CRLF & _ ".wr-br-footer p {" & @CRLF & _ " margin: 0;" & @CRLF & _ " padding: 0;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer {" & @CRLF & _ " background: #f7f7f7;" & @CRLF & _ " width: 100%;" & @CRLF & _ " display: inline-block;" & @CRLF & _ " border-top: 1px solid #e3e3e3;" & @CRLF & _ " border-bottom: 1px solid #e3e3e3;" & @CRLF & _ " margin: 100px 0 0 !important;" & @CRLF & _ " height: 158px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer {" & @CRLF & _ " width: 964px;" & @CRLF & _ " margin: 0px auto;" & @CRLF & _ " padding: 20px 0 0;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .col{" & @CRLF & _ " width: 33%;" & @CRLF & _ " float: left;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer span.logo {" & @CRLF & _ " background: url("/imagens/logo-footer.png") no-repeat;" & @CRLF & _ " width: 50%;" & @CRLF & _ " height: 26px;" & @CRLF & _ " display: inline-block;" & @CRLF & _ " text-indent: -9999px;" & @CRLF & _ " float: left;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer ul.links {" & @CRLF & _ " vertical-align: top;" & @CRLF & _ " display: inline-block;" & @CRLF & _ " list-style-type: none;" & @CRLF & _ " margin-top: 15px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer ul.links li {" & @CRLF & _ " width: 33%;float: left;" & @CRLF & _ " font-size: 12px;" & @CRLF & _ " line-height: 20px;" & @CRLF & _ " text-align: left;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer ul.links li:first-child {" & @CRLF & _ " margin-top: 0;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer ul.links li a {" & @CRLF & _ " color: #1256A0;" & @CRLF & _ " text-decoration: none;" & @CRLF & _ " font-size: 12px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer ul.links li a:hover {" & @CRLF & _ " text-decoration: underline;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .mobile {" & @CRLF & _ " width: 522px;" & @CRLF & _ " height: 195px;" & @CRLF & _ " position: relative;" & @CRLF & _ " top: -57px;" & @CRLF & _ " right: 40px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .mobile ul {" & @CRLF & _ " list-style-type: none;" & @CRLF & _ " display: inline-block;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .mobile ul li {" & @CRLF & _ " float: left;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .mobile ul li.app-store {" & @CRLF & _ " width: 152px;" & @CRLF & _ " height: 196px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .mobile ul li.blackberry {" & @CRLF & _ " width: 177px;" & @CRLF & _ " height: 196px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .mobile ul li.google-play {" & @CRLF & _ " width: 153px;" & @CRLF & _ " height: 196px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .social {" & @CRLF & _ " float: right;" & @CRLF & _ " width: 155px;" & @CRLF & _ " position: relative;" & @CRLF & _ " left: 4px;" & @CRLF & _ " width: 155px;" & @CRLF & _ " top: -2px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .social p {" & @CRLF & _ " font-size: 12px;" & @CRLF & _ " margin-bottom: 15px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .social a.twitter {" & @CRLF & _ " background: url("/imagens/twitter-ft.jpg") no-repeat;" & @CRLF & _ " width: 155px;" & @CRLF & _ " height: 50px;" & @CRLF & _ " display: inline-block;" & @CRLF & _ " text-indent: -9999px;" & @CRLF & _ "}" & @CRLF & _ ".wr-br-footer .ct-br-footer .social a.facebook {" & @CRLF & _ " background: url("/imagens/facebook-ft.jpg") no-repeat;" & @CRLF & _ " width: 155px;" & @CRLF & _ " height: 50px;" & @CRLF & _ " display: inline-block;" & @CRLF & _ " text-indent: -9999px;" & @CRLF & _ "}" & @CRLF & _ "#footerTextTbl {" & @CRLF & _ " margin-top: 0px !important;" & @CRLF & _ " border-top: none !important;" & @CRLF & _ "}" & @CRLF & _ "</style>" & @CRLF & _ "<div class='wr-br-footer'>" & @CRLF & _ " <div class='ct-br-footer'>" & @CRLF & _ " <div class='col'>" & @CRLF & _ " <span class='logo'>ADVFN</span>" & @CRLF & _ " <ul class='links'>" & @CRLF & _ " <li><a href='/'>Home</a></li>" & @CRLF & _ " <li><a href='/p.php?pid=quote'>Cotações</a></li>" & @CRLF & _ " <li><a href='/p.php?pid=mon'>Monitor</a></li>" & @CRLF & _ " <li><a href='/plataforma-grafica'>Desktop</a></li>" & @CRLF & _ " <li><a href='/common/portfolio'>Portfólio</a></li>" & @CRLF & _ " <li><a href='/forum'>Fórum</a></li>" & @CRLF & _ " <li><a href='/noticias'>Notícias</a></li>" & @CRLF & _ " <li><a href='/ferramentas/ranking'>Rankings</a></li>" & @CRLF & _ " <li><a href='/cambio'>Câmbio</a></li>" & @CRLF & _ " <li><a href='/institucional/mapa-do-site'>Mapa do Site</a></li>" & @CRLF & _ " <li><a href='/ajuda'>Ajuda</a></li>" & @CRLF & _ " <li><a href='/marketing/newswire'>NewsWire</a></li>" & @CRLF & _ " </ul>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div class='col'>" & @CRLF & _ " <div class='mobile'>" & @CRLF & _ " <ul>" & @CRLF & _ " <li class="app-store"><a href="https://itunes.apple.com/br/app/advfn-bolsa/id553516718"><img src="/imagens/app-store.png" /></a></li>" & @CRLF & _ " <li class="blackberry"><a href="https://appworld.blackberry.com/webstore/content/59948937/?countrycode=BR&lang=pt_br"><img src="/imagens/blackberry.png" /></a></li>" & @CRLF & _ " <li class="google-play"><a href="https://play.google.com/store/apps/details?id=com.advfn.android.mobile&hl=pt_BR"><img src="/imagens/google-play.png" /></a></li>" & @CRLF & _ " </ul>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div class='col'>" & @CRLF & _ " <div class='social'>" & @CRLF & _ " <p>Siga-nos nas redes sociais</p>" & @CRLF & _ " <a href='https://www.twitter.com/ADVFNBRASIL' class='twitter'>Twitter</a><a href='https://www.facebook.com/advfnbrasil' class='facebook'>Facebook</a>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ "<tr class='footercluster'>" & @CRLF & _ " <td>" & @CRLF & _ " <div align='center'>" & @CRLF & _ " <p> Ao acessar os serviços da ADVFN você estará de acordo com os " & @CRLF & _ " <a href='/common/legal/terms-and-conditions' title='Termos e Condições'>Termos e Condições</a>" & @CRLF & _ " </p>" & @CRLF & _ " <ul style='padding:0px; margin:4px 0px'>" & @CRLF & _ " <li>" & @CRLF & _ " <a href='https://br.advfn.com/fale-conosco' title='Fale Conosco'>Fale Conosco</a>" & @CRLF & _ " </li>" & @CRLF & _ " " & @CRLF & _ " <li>" & @CRLF & _ " <a href='/common/legal/investment-warning' title='Avisos ao Usuário'>Avisos ao Usuário</a>" & @CRLF & _ " </li>" & @CRLF & _ " <li>" & @CRLF & _ " <a href='/common/legal/copyright' title='Copyright'>Copyright &#169; 1999 - 2020</a>" & @CRLF & _ " </li>" & @CRLF & _ " <li>" & @CRLF & _ " <a href='/common/legal/privacy' title='Cookie e Políticas de Privacidade'>Cookie e Políticas de Privacidade</a>" & @CRLF & _ " </li>" & @CRLF & _ " <li><a href='/common/legal/contact' title='Anuncie Conosco'>Anuncie Conosco</a></li>" & @CRLF & _ " </ul>" & @CRLF & _ " </div> " & @CRLF & _ " </td>" & @CRLF & _ "</tr> <tr>" & @CRLF & _ " <td id="footer_flags" class='s flag_sprites' align="center">" & @CRLF & _ " <a href="//uk.advfn.com" class="uk" title='ADVFN UK'>ADVFN UK</a>" & @CRLF & _ " <a href="//investorshub.advfn.com" class="us" title='Investors Hub'>Investors Hub</a>" & @CRLF & _ " <a href="//it.advfn.com" class="it" title='ADVFN Italy'>ADVFN Italy</a>" & @CRLF & _ " <a href="//au.advfn.com" class="au" title='ADVFN Australia'>ADVFN Australia</a>" & @CRLF & _ " <a href="//br.advfn.com" class="br" title='ADVFN Brazil'>ADVFN Brazil</a>" & @CRLF & _ " </td>" & @CRLF & _ "</tr>" & @CRLF & _ "<tr>" & @CRLF & _ " <td id="footer_flags" class='s flag_sprites' align="center">" & @CRLF & _ " <a href="//ca.advfn.com" class="ca" title='ADVFN Canada'>ADVFN Canada</a>" & @CRLF & _ " <a href="//de.advfn.com" class="de" title='ADVFN Germany'>ADVFN Germany</a>" & @CRLF & _ " <a href="//jp.advfn.com" class="jp" title='ADVFN Japan'>ADVFN Japan</a>" & @CRLF & _ " <a href="//mx.advfn.com" class="mx" title='ADVFN Mexico'>ADVFN Mexico</a>" & @CRLF & _ "" & @CRLF & _ " </td>" & @CRLF & _ "</tr>" & @CRLF & _ "<tr>" & @CRLF & _ " <td id="footer_flags" class='s flag_sprites' align="center">" & @CRLF & _ " <a href="//fr.advfn.com" class="fr" title='ADVFN France'>ADVFN France</a> " & @CRLF & _ " <a href="//www.advfn.com" class="us" title='ADVFN US'>ADVFN US</a>" & @CRLF & _ " </td>" & @CRLF & _ "</tr>" & @CRLF & _ "<tr><td class='s' align='center' style='padding-top:20px;'>P: V: D:20200419 15:17:47</td></tr>" & @CRLF & _ "</table>" & @CRLF & _ "<input type='hidden' name='symbol' value='BOV^PETRC290'>" & @CRLF & _ "<div class="ModalBackground" style="height: 677px; width: 1202px;display:none;"><div class="DialogContainer" role="dialog" tabindex="-1" style="display: block; left: 243.5px; width: 715px;"><div class="DialogTitlebar"><div class="DialogTitle">Login </div><img class="DialogCloseButton" src="/common/images/buttons/close-active.png" alt=""></div><div class="DialogContent"><div id="login_form_element">" & @CRLF & _ "" & @CRLF & _ " <div id="login_error">Login inválido. Tente novamente.</div>" & @CRLF & _ " <div id="preloader" style="text-align:center;display:none; margin-bottom:10px;"><img id="indicator" style="display:inline;" src="/common/images/bgs/ajax-loader.gif" alt="loading"></div>" & @CRLF & _ " <div id="form_group_wrapper">" & @CRLF & _ " <div class="column column-1">" & @CRLF & _ " <div id="form_wrapper">" & @CRLF & _ " <form action="https://secure.advfn.com/login/secure" id="login_form" name="login_form" method="POST" target="">" & @CRLF & _ "" & @CRLF & _ " <input type="hidden" value="aHR0cHM6Ly9ici5hZHZmbi5jb20vYm9sc2EtZGUtdmFsb3Jlcy9ib3Zlc3BhL3BldHJjMjkwLWV4LTI5LVBFVFJDMjkwL2NvdGFjYW8=" name="redirect_url" id="redirect_url">" & @CRLF & _ " <input type="hidden" value="br" name="site" id="site">" & @CRLF & _ "" & @CRLF & _ " <div class="fields">" & @CRLF & _ " <label for="login_username">Usuário</label> " & @CRLF & _ " <input type="text" tabindex="1" class="text ui-widget-content" value =""" & @CRLF & _ " id="login_username" name="login_username" maxlength="64">" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div class="fields">" & @CRLF & _ " <label for="login_password">Senha</label> " & @CRLF & _ " <input tabindex="2" type="password" class="text ui-widget-content" value="" id="login_password" name="login_password" maxlength="16">" & @CRLF & _ " </div>" & @CRLF & _ "" & @CRLF & _ " <div class="fields lost-pass">" & @CRLF & _ " <strong><a href="/common/account/password/request">Esqueci minha senha</a></strong> &nbsp;" & @CRLF & _ " <input class="button" tabindex="3" type="submit" value="Login" id="login_submit">" & @CRLF & _ " </div>" & @CRLF & _ " </form> " & @CRLF & _ " </div>" & @CRLF & _ " </div>" & @CRLF & _ " <div class="column column-2">" & @CRLF & _ " <ul id='support_links'><li><a href='mailto:suporte@advfn.com.br?subject=LOGIN' title='Contate o suporte via e-mail'>suporte@advfn.com.br</a></li><li>(11) 4950 5808</li></ul>" & @CRLF & _ " </div>" & @CRLF & _ " <div class="fields create-account"><span class='break'>Não possui uma conta?</span> <span class='break'><a href='/common/account/register'>Crie uma agora</a></span></div>" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div class="banner-slots">" & @CRLF & _ " <iframe allowtransparency="true" style="background-color:transparent;" id="mkta_60_43009" name="mkta_60_43009" src="//mkta.advfn.com/i-i.php?s=60&amp;w=695&amp;h=210&amp;iid=1587309467&amp;k=fENPT0tJRXxrbm93bl91c2VyPTB8VUw9MHxwYWdlX3BhdGg9L2JvbHNhLWRlLXZhbG9yZXMvYm92ZXNwYS9wZXRyYzI5MC1leC0yOS1QRVRSQzI5MC9jb3RhY2FvfHN5bWJvbD1QRVRSQzI5MHxtYXJrZXQ9Qk9WfA%3D%3D" width="695" height="210" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe> " & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "<div class="clear"></div>" & @CRLF & _ " <div id="login_dialog_00">" & @CRLF & _ "</div>" & @CRLF & _ "" & @CRLF & _ "</div>" & @CRLF & _ "</div></div></div><div width="4" height="0" name="APS_INTERSTITIAL" id="APS_INTERSTITIAL" style="background-color:transparent;" allowtransparency="true" curpage="quote" page="apsglobalads" pos="130" view="br"></div><div id='overlay'></div><div width="800" height="600" name="APS_POP_UNDER2" id="APS_POP_UNDER2" style="background-color:transparent;" allowtransparency="true" curpage="quote" page="apsglobalads" pos="111" view="br"></div><div width="3" height="3" name="APS_BREAKING_NEWS" id="APS_BREAKING_NEWS" style="background-color:transparent;" allowtransparency="true" curpage="quote" page="apsglobalads" pos="407" view="br"></div>" & @CRLF & _ "<div id="APS_PAGE_WRAP" class="dfpAd APS_PAGE_WRAP" curpage="quote" page="quote" pos="135" view="br"></div>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "apsReady.add(function(){ " & @CRLF & _ " aps.oasis_units = [];" & @CRLF & _ " aps.oasis_js_init( aps.oasis_units );" & @CRLF & _ "}); " & @CRLF & _ "</script>" & @CRLF & _ "<script type='text/javascript'>" & @CRLF & _ "apsReady.add(function() { " & @CRLF & _ " aps.mkta_units = [{"id":"interstitial_00","url":"\/\/mkta.advfn.com\/i-j.php?s=398&amp;w=0&amp;h=0&amp;iid=1587309467&amp;k=fENPT0tJRXxrbm93bl91c2VyPTB8VUw9MHxwYWdlX3BhdGg9L2JvbHNhLWRlLXZhbG9yZXMvYm92ZXNwYS9wZXRyYzI5MC1leC0yOS1QRVRSQzI5MC9jb3RhY2FvfHN5bWJvbD1QRVRSQzI5MHxtYXJrZXQ9Qk9WfA%3D%3D"},{"id":"exchanges_quote_BOV_00","url":"\/\/mkta.advfn.com\/i-j.php?s=830&amp;w=0&amp;h=0&amp;iid=1587309467&amp;k=fENPT0tJRXxrbm93bl91c2VyPTB8VUw9MHxwYWdlX3BhdGg9L2JvbHNhLWRlLXZhbG9yZXMvYm92ZXNwYS9wZXRyYzI5MC1leC0yOS1QRVRSQzI5MC9jb3RhY2FvfHN5bWJvbD1QRVRSQzI5MHxtYXJrZXQ9Qk9WfA%3D%3D"},{"id":"login_dialog_00","url":"\/\/mkta.advfn.com\/i-j.php?s=60&amp;w=0&amp;h=0&amp;iid=1587309467&amp;k=fENPT0tJRXxrbm93bl91c2VyPTB8VUw9MHxwYWdlX3BhdGg9L2JvbHNhLWRlLXZhbG9yZXMvYm92ZXNwYS9wZXRyYzI5MC1leC0yOS1QRVRSQzI5MC9jb3RhY2FvfHN5bWJvbD1QRVRSQzI5MHxtYXJrZXQ9Qk9WfA%3D%3D"}];" & @CRLF & _ " aps.oasis_js_init( aps.mkta_units );" & @CRLF & _ "}); " & @CRLF & _ "</script>" & @CRLF & _ " <!-- Begin comScore Tag -->" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ " var _comscore = _comscore || [];" & @CRLF & _ " _comscore.push({ c1: "2", c2: "13585134" });" & @CRLF & _ " (function() {" & @CRLF & _ " var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;" & @CRLF & _ " s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";" & @CRLF & _ " el.parentNode.insertBefore(s, el);" & @CRLF & _ " })();" & @CRLF & _ " </script>" & @CRLF & _ " <noscript>" & @CRLF & _ " <img src="http://b.scorecardresearch.com/p?c1=2&amp;c2=13585134&amp;cv=2.0&amp;cj=1" alt="">" & @CRLF & _ " </noscript>" & @CRLF & _ " <!-- End comScore Tag -->" & @CRLF & _ "" & @CRLF & _ "" & @CRLF & _ " <script type="text/javascript">" & @CRLF & _ "setTimeout(function(){var a=document.createElement("script");" & @CRLF & _ "var b=document.getElementsByTagName("script")[0];" & @CRLF & _ "a.src=document.location.protocol+"//script.crazyegg.com/pages/scripts/0022/9307.js?"+Math.floor(new Date().getTime()/3600000);" & @CRLF & _ "a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);" & @CRLF & _ "</script>" & @CRLF & _ " <script type="text/javascript">(function(){window['__CF$cv$params']={r:'5867982a2eb7c7f6',m:'4202345b8d335dfdc5c989604c036067bcf87651-1587309467-1800-AaZWrRZdD8nNZjRbdhGMZEDOnWJoHMATNlKahxqeORUOPv0KvA7OAA4JUTT13RqsKvXSC4dJ2omtUjEE//eqo21G/J69t2Kv1HP6QT4SQnwHeSPYLJ9MIiusmodfZuNsga7KahLSvK6sr7+8N8QmHyOg+GnDGPLTbIs8ctFJ0VM4kee7ZAjdvBKeF2OIUe9Ztg==',s:[0x187396b886,0x9edc02f28b],fb:0,}})();</script></body>" & @CRLF & _ "</html>array(0) {" & @CRLF & _ "}" & @CRLF & _ "<BR>Fim resposta" Local $aArray = StringRegExp($sString, $sRegex, $STR_REGEXPARRAYGLOBALFULLMATCH) Local $aFullArray[0] For $i = 0 To UBound($aArray) -1 _ArrayConcatenate($aFullArray, $aArray[$i]) Next $aArray = $aFullArray ; Present the entire match result _ArrayDisplay($aArray, "Result")

Please keep in mind that these code samples are automatically generated and are not guaranteed to work. If you find any syntax errors, feel free to submit a bug report. For a full regex reference for AutoIt, please visit: https://www.autoitscript.com/autoit3/docs/functions/StringRegExp.htm