Updates:
Status: WontFix
Labels: -Version Version-TRUNK
Comment #4 on issue 297 by benoit.m...@gmail.com: square bracket and LIKE
http://code.google.com/p/gambas/issues/detail?id=297
Please use the mailing-list for questions about Gambas syntax.
-
What exactly are you trying to do?
Using Like/Regexp is probably much slower than anything else.
/Emil
2012/8/6
>
> Comment #3 on issue 297 by kokok...@gmail.com: square bracket and LIKE
> http://code.google.com/p/gambas/issues/detail?id=297
>
> Thanks, changing the pattern using a="/music/albu
Comment #3 on issue 297 by kokok...@gmail.com: square bracket and LIKE
http://code.google.com/p/gambas/issues/detail?id=297
Thanks, changing the pattern using a="/music/album-\\[artist\\]-song" works.
But, i'm using that for a long list of items, should i call replace()
everytime or there is a
Comment #2 on issue 297 by gambas...@gmail.com: square bracket and LIKE
http://code.google.com/p/gambas/issues/detail?id=297
Try \\ before braquets to escape thé character
And read the doc of like
http://gambasdoc.org/help/lang/like?v3
---
Comment #1 on issue 297 by kokok...@gmail.com: square bracket and LIKE
http://code.google.com/p/gambas/issues/detail?id=297
Changing "[" to "(" and "]" to ")" works.
--
Live Security Virtual Conference
Exclusive live ev
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 297 by kokok...@gmail.com: square bracket and LIKE
http://code.google.com/p/gambas/issues/detail?id=297
1) Describe the problem.
Can't compare strings that contains "[]" us