Hello,<br><br>    I am trying to match a multi-line psuedo variable, i.e. $rb<br><br>However I am wishing to pull out the payload values<br><br>i.e.<br><br>&quot;0 18 101&quot;<br><br>&quot;18 101&quot;<br><br>etc.. etc...<br>
<br>I am having trouble matching this.  Any help would be appreciated.<br><br>One part that is giving me trouble is that it seems xlog prints out \r\n as \015\012<br><br>I am not able to successfully just pull out the &quot;payloads&quot;<br>
<br>I have tried many different variations, however here is one of my latest:<br><br>xlog(&quot;L_INFO&quot;, &quot;[$ci] $(rb{re.subst,/^(.*)m=audio ([0-9]+) ([0-9 ]+)\015\012(.*)$/\3/s})&quot;);<br><br>Any help / input is greatly appreciated, thank you ahead of time!<br>
<br>Happy 4th of July (for those who celebrate)<br><br>Sincerely,<br>Brandon Armstead<br><br>