<p><a href="https://gerrit.asterisk.org/11039">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.asterisk.org/#/c/11039/1/rest-api-templates/asterisk_processor.py">File rest-api-templates/asterisk_processor.py:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/#/c/11039/1/rest-api-templates/asterisk_processor.py@49">Patch Set #1, Line 49:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">    str = str.replace('<br />', '\n').replace(<br>        '<br/>', '\n').replace('<br>', '\n')<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Why do something straight-forward like a string replace when you can use regular expressions to complicate it?</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;"> re.sub(r'<br\s*/?>', '\n', str)</pre></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/11039">change 11039</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/11039"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: comment </div>
<div style="display:none"> Gerrit-Change-Id: Ie1c9faa0d1c5d622804cc0a21ce769095b08aa3d </div>
<div style="display:none"> Gerrit-Change-Number: 11039 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation (1000185) </div>
<div style="display:none"> Gerrit-Reviewer: Sean Bright <sean.bright@gmail.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Mon, 25 Feb 2019 23:01:39 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-HasLabels: No </div>