home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / text / frame / 2690 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!male.EBay.Sun.COM!exodus.Eng.Sun.COM!sun!amdcad!weitek!pyramid!infmx!news
  2. From: cortesi@informix.com (David Cortesi)
  3. Newsgroups: comp.text.frame
  4. Subject: regular expressions (was Re: Assorted questions)
  5. Message-ID: <1992Aug26.163125.25063@informix.com>
  6. Date: 26 Aug 92 16:31:25 GMT
  7. References: <h9anmrk@lynx.unm.edu>
  8. Sender: news@informix.com (Usenet News)
  9. Reply-To: cortesi@informix.com
  10. Organization: Informix Software, Inc.
  11. Lines: 20
  12.  
  13. In article <h9anmrk@lynx.unm.edu> wilcox@carina.unm.edu (Sherman Wilcox)  
  14. writes:
  15. > ... Why, oh why, didn't Frame
  16. > just put a complete grep into the Mac FM? Is it built into FM on other
  17. > platforms? 
  18.  
  19. All platforms I've seen have the same very limited regular expression
  20. support, with which you cannot, for one example, search
  21. for "(.*)"; that is, a phrase in parens.  (Because the star, meaning
  22. zero-or-more of the preceding, is not supported -- you can search for
  23. (*) which means "one word in parens" but you can't search for
  24. multiple words in parens.) 
  25.  
  26. [other gripes omitted]
  27.  
  28. > Frame, are you listening?
  29.  
  30. Not on this mailing list!  If you want to tell Frame something, you
  31. should email directly to "comments@frame.com" which is definitely
  32. read by at least tech support, and supposedly by others at Frame.
  33.