<div dir="ltr"><div class="gmail_quote">On Wed, Aug 10, 2011 at 18:28, Graeme Geldenhuys <span dir="ltr"><<a href="mailto:graemeg.lists@gmail.com">graemeg.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

On 08/10/2011 05:21 PM, ik wrote:<br>
><br>
> Try this:<br>
> \{.*[^\}]\}<br>
<br>
<br>
thanks for the quick response, but that doesn't seem to work either.<br>
You can try with Lazarus IDE's Find dialog. Just tick the "Regular<br>
expression" checkbox, and untick everything else. My code uses the same<br>
regex engine as Lazarus IDE does.<br>
<br>
You left out the $ symbol after the first { symbol, but even so the<br>
following still matches too much.<br></blockquote><div><br>can you please explain again what you are looking for ? the content inside the curly braces after the $ sign ?<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


<br>
  \{\$.*[^\}]\}<br>
<br>
I also tried this...<br>
<br>
  \{\$.*[^\{]\}<br>
<br>
<br>
still no luck.<br>
<div><div></div><div class="h5"><br>
<br>
Regards,<br>
  - Graeme -<br>
<br>
--<br>
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal<br>
<a href="http://fpgui.sourceforge.net/" target="_blank">http://fpgui.sourceforge.net/</a><br>
<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>