<p>Any one have an example of a glob character range for matching a value?</p>
<p>match(&quot;*[0-9]&quot; value (&quot;MSG&quot;) type (&quot;glob&quot;) )</p>
<p>The above should match</p>
<p>Dog 1<br>
Dog 2<br>
Dog 3</p>