query language: #filename = *250033*.* doesn't work



Please kick me (in the right direction :)

- when I look for part of a filename how do I do that (simplest BFU way, preferrably DOS one, not regex)?

#filename = *250033*.* is not working, *250033*.tif is. What's wrong please?


Thanks a lot

Miroslav

.



Relevant Pages

  • Re: To split, or to regex
    ... public static string ReplaceKeys ... I have a tag for filename, but most filenames will not be static. ... the xml file within the proper tags, with the various ways the date ... But I'm thinking Regex would be a better way to handle this and easier ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Regular expressions: how to skip characters from a capture
    ... I am trying to build a regex, which needs to capture data from a .csv ... The first part should be a filename - either enclosed in quotes, ...
    (comp.lang.perl.misc)
  • Re: how the print the first 7 letter of file name
    ... I was not trying to come up with an altenative regex to do what he might ... have wanted (first 7 characters or filename up to the underscore) ... So I modified your regex to extract the pathname and throw away the basename ...
    (perl.beginners)
  • Re: Regex Question
    ... I'm trying to check if the filename pulled from the database table ... Regex, ... follows some prefix string, I'd expect NTFS to use its B-tree to ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: filename
    ... filename and only the filename. ... using just this regex will not allow you to ... there reserved words can can't find it now. ... message will check a potential filename for characters that Windows ...
    (microsoft.public.dotnet.languages.csharp)

Loading