[V4MD] regex & escape

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Dec 17 18:52:46 CST 2003


on 12/17/03 6:20 PM, Martin Kloss at martin.kloss at gmx.de wrote:

> So the search should return the records, but it doesn't.
> Example:
> 
> I have a couple of records where the name "petrova" appears.
> This query returns 2 records (correct):
> 
> LIKE '(?i)petrova'
> 
> These queries, using the regex do not return ANY records:
> 
> LIKE '(?i)petr*va'
> 
> LIKE '(?i)petr?va'
> 
> But they should, or not? I tried in viSQL, vStudio and V4MD.

Martin,

Let's forget about escaping.

Please show me small example. Records you have

What you want to find.

Using what pattern.



Also note, you can use LIKE 'pattern' no_case


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list