From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [IPv6:2600:3c01:e000:146::1]) by inbox.vuxu.org (Postfix) with ESMTP id 209862BEFB for ; Mon, 4 Mar 2024 15:35:08 +0100 (CET) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 1B613436CC; Tue, 5 Mar 2024 00:35:05 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 6C831436CB for ; Tue, 5 Mar 2024 00:35:00 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id DAE4335E084; Mon, 4 Mar 2024 06:34:59 -0800 (PST) Date: Mon, 4 Mar 2024 06:34:59 -0800 From: Larry McVoy To: Marc Rochkind Message-ID: <20240304143459.GD5304@mcvoy.com> References: <13abd764-984a-4c9f-8e3e-b1eb7c624692@gmail.com> <20240304033845.GB5304@mcvoy.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240304033845.GB5304@mcvoy.com> User-Agent: Mutt/1.5.24 (2015-08-30) Message-ID-Hash: ENJDK5HEXUPRV3EDDI2M4W5SDH64FDSK X-Message-ID-Hash: ENJDK5HEXUPRV3EDDI2M4W5SDH64FDSK X-MailFrom: lm@mcvoy.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Will Senn , TUHS X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: regex early discussions List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Sun, Mar 03, 2024 at 07:38:45PM -0800, Larry McVoy wrote: > Marc is right. I'll add that I grew up in terminal rooms, a bunch of > kids connected to a VAX 780, like 40 or more. I have no idea how the > kids ahead of me learned but I learned by looking at their terminal > and going "what did you just do?". > > My real understanding of regex is from Henry Spencer's regex. And this little implementation, I've used this one a lot. http://www.cs.yorku.ca/~oz/regex.bun