home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.30 / text0077.txt < prev    next >
Encoding:
Text File  |  1993-03-11  |  958 b   |  25 lines

  1. Submitted-by: cflatter@nrao.edu (Chris Flatters)
  2.  
  3. In article <1mjjmeINNkl3@ftp.UU.NET>, kaleb@jpl-devvax.Jpl.Nasa.Gov (Kaleb Keithley) writes:
  4. >SunOS provides re_comp() and re_exec(), and Solaris 2 provides regcmp() 
  5. >and regex() as well as the old style calls in its compatibility package.
  6. >Not knowing the answer, I turned to Donald Lewin's "POSIX Programmer's
  7. >Guide" (first edition, April 1991) for an answer, but I found no references 
  8. >to *any* of these functions.
  9.  
  10. Regular expressions are not covered by POSIX.1.
  11.  
  12. POSIX.2 includes a C binding to regular expression facilities using the
  13. functions regcomp(), regexec(), regerror() and regfree().
  14.  
  15. Solaris 2.x is claimed to be compliant with POSIX.1; it is probably a
  16. little early for anyone to be claiming compliance with dot-2 since
  17. dot-2 has only recently been approved (I don't think it has even made
  18. through the printers yet).
  19.  
  20. Chris Flatters
  21. cflatter@nrao.edu
  22.  
  23. Volume-Number: Volume 30, Number 78
  24.  
  25.