[Lazarus] Regex help needed please

ik idokan at gmail.com
Wed Aug 10 17:33:24 CEST 2011


On Wed, Aug 10, 2011 at 18:28, Graeme Geldenhuys <graemeg.lists at gmail.com>wrote:

> On 08/10/2011 05:21 PM, ik wrote:
> >
> > Try this:
> > \{.*[^\}]\}
>
>
> thanks for the quick response, but that doesn't seem to work either.
> You can try with Lazarus IDE's Find dialog. Just tick the "Regular
> expression" checkbox, and untick everything else. My code uses the same
> regex engine as Lazarus IDE does.
>
> You left out the $ symbol after the first { symbol, but even so the
> following still matches too much.
>

can you please explain again what you are looking for ? the content inside
the curly braces after the $ sign ?


>
>  \{\$.*[^\}]\}
>
> I also tried this...
>
>  \{\$.*[^\{]\}
>
>
> still no luck.
>
>
> Regards,
>  - Graeme -
>
> --
> fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
> http://fpgui.sourceforge.net/
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110810/1940d518/attachment-0003.html>


More information about the Lazarus mailing list