home *** CD-ROM | disk | FTP | other *** search
/ ftp.alaska-software.com / 2014.06.ftp.alaska-software.com.tar / ftp.alaska-software.com / acsn / Xbpcre.txt < prev    next >
Text File  |  2002-08-11  |  2KB  |  57 lines

  1. XbPCRE - PCRE (Perl Compatible Regular Expression) Library for Xbase++
  2.  
  3. 1. Description
  4. 2. Package Contents
  5. 3. Requirements
  6. 4. Author's Notes
  7. ==================================================================
  8.  
  9. 1. Description
  10. --------------
  11. This library provides an Xbase++ wrapper for PCRE.
  12.  
  13. ==================================================================
  14. 2. Package Contents
  15. -------------------
  16. Included in this package is:
  17.  
  18. Book\
  19.    XbPCRE.hlp
  20.    XbPCRE.cnt        - help files
  21. Include\
  22.    xbpcre.ch         - #defines for use with XbPCRE
  23. Lib\
  24.    XbPCRE.DLL
  25.    XbPCRE.LIB        - both compiled with Xbase++ 1.80.284
  26.    PCRE.DLL          - Win32 DLL port of PCRE
  27.    Source\
  28.       XbPCRE\
  29.          regexp.prg
  30.          project.xpj - XbPCRE library source and project file
  31. Pcre\
  32.    Docs\
  33.       Licence.txt    - PCRE usage/distribution licence
  34.       pcre.html      - PCRE docs in HTML format
  35.       pcre-man.pfd   - PCRE docs in PDF format
  36.       pcre.txt       - PCRE docs in text format
  37.       Tech.Notes     - PCRE technical notes in text format
  38. Source\
  39.    Samples\
  40.       XbPCRE\
  41.          *.*         - Example/Test project and data files
  42.  
  43. ==================================================================
  44. 3. Requirements:
  45. -------------
  46. Xbase++ (duh!)
  47.  
  48.  
  49. ==================================================================
  50. 4. Author's Notes
  51. -----------------
  52.  
  53. The PCRE documentation is provided for those who require it, but the
  54. help file contains all the sections describing regex syntax cribbed from
  55. the PCRE docs.
  56.  
  57.