home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / dev / Libraries / pattern.library+pgrep / README < prev   
Encoding:
Text File  |  1995-01-29  |  1.2 KB  |  30 lines

  1. pattern.library and its external stuff
  2. ======================================
  3.  
  4. To  load  the library into memory, just double-click on its icon or start
  5. pattern.library from CLI:
  6.   1> pattern.library
  7.  
  8. After  that, you should be able start any program, that uses the library.
  9. Of  course,  you  also  can  copy the library into your LIBS:  directory.
  10. Then it will be loaded, whenever any program tries to open it.
  11.  
  12.  | This  directory  contains  a  pattern.library which is newer than that
  13.  | distributed    on   AmigaLibDisk   625.    This    version    supports
  14.  | locale.library, if present.  If locale.library could not be found, the
  15.  | old  method  ("Config-Pattern")  will  be  used.  This is the only new
  16.  | feature  in  pattern.library  V5.02.   But  additionally,  I  made two
  17.  | bugfixes.   One  of  it  caused  an  enforcerhit  when  matching  e.g.
  18.  | "foo|bar"  or  "foo|",  the  other  one treated "???..." as "(???...)"
  19.  | which resulted in wrong results when you matched e.g.  "#??" ("get all
  20.  | strings with at least one character"), because pattern.library treated
  21.  | it as "#(??)" ("get all strings with an even number of characters").
  22.  
  23. For more information about this software package, have a look at the
  24. other documentations.
  25.  
  26.  
  27. Have fun,
  28.  
  29. Angela
  30.