<div dir="ltr"><div>I currently have an expression in my mapfile <code>EXPRESSION ('[postcode]' ~* '0..$') <font face="arial,sans-serif">and I'm in the process of moving to using SLD for styling - I thought I could convert that expression to <br></font></code></div><div><code><font face="arial,sans-serif"><br></font></code></div><div><pre>     <span class="gmail-nt"><PropertyIsLike</span> <span class="gmail-na">wildcard=</span><span class="gmail-s">"*"</span> <span class="gmail-na">singleChar=</span><span class="gmail-s">"."</span> <span class="gmail-na">escapeChar=</span><span class="gmail-s">"\"</span> <span class="gmail-na">matchCase=</span><span class="gmail-s">"false"</span><span class="gmail-nt">></span>
        <span class="gmail-nt"><PropertyName></span>postcode<span class="gmail-nt"></PropertyName></span>
        <span class="gmail-nt"><Literal></span>.*0..<span class="gmail-nt"></Literal></span>
      <span class="gmail-nt"></PropertyIsLike><br><br></span></pre><pre><span class="gmail-nt"><code><font face="arial,sans-serif">Which I think should match from the start of the string (.*) to a 0 and then two characters (..) to the end of the string. But it doesn't work - neither does any variant on this work either.<br><br></font></code></span></pre><pre><span class="gmail-nt"><code><font face="arial,sans-serif">Is there some issue with conversions between SLD Filters and internal expressions that I'm missing or is there something else I should know about LIKE filters?<br></font></code></span></pre><code><font face="arial,sans-serif"></font></code></div><div>Thanks</div><div><br></div><div>Ian<br></div><div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Ian Turton<br></div></div></div>