I am trying to match a string "Thank you for order: 55555";<br><br>The order number will always change but I want the match to be true if the string has "Thank you for order:" followed by a number and extract the number.<br>
<br>Any help would be greatly appreciated.  <br>