In <[EMAIL PROTECTED]>, Phil White <[EMAIL PROTECTED]> writes: > consider 2 files - > myfile.txt > myfile.TXT > > the analog config would thus be CASE SENSITIVE. > > In the File Type Report, they are both obviously text files, and should be > counted together. However, the CASE setting prevents this. > > doing a > TYPEALIAS REGEXPI: > results in the files getting recognised correctly as text, but results in > multiple lines:
With TYPEALIAS REGEXPI:txt "Text file" both myfile.txt and myfile.TXT are reported as "Text file". -- Klaus Johannes Rusch [EMAIL PROTECTED] http://www.atmedia.net/KlausRusch/ +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
