From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from groucho.cs.psu.edu ([130.203.2.10]) by hawkwind.utcs.toronto.edu with SMTP id <2732>; Tue, 8 Dec 1992 23:39:39 -0500 Received: from localhost by groucho.cs.psu.edu with SMTP id <2541>; Tue, 8 Dec 1992 23:38:45 -0500 To: Paul Haahr cc: sam-fans@hawkwind.utcs.toronto.edu Subject: Re: regexps In-reply-to: Your message of "Tue, 08 Dec 92 23:28:27 EST." <9212090428.AA08969@utopia.mv.us.adobe.com> Date: Tue, 8 Dec 1992 23:38:20 -0500 From: Scott Schwartz Message-Id: <92Dec8.233845est.2541@groucho.cs.psu.edu> | beginning of word: (^|[^a-zA-Z0-9]) | end of word: ($|[^a-zA-Z0-9]) I lust for \< and \>. In vi, something like %s/\/gnu/ is wonderfully concise. | 'course, you still have to narrow dot by one then. Hey, no fair leaving parts out. :-)