help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [External] : At least one character at beginning and end of words


From: tomas
Subject: Re: [External] : At least one character at beginning and end of words
Date: Mon, 15 Aug 2022 06:36:08 +0200

On Sun, Aug 14, 2022 at 11:43:10PM +0000, Drew Adams wrote:
> > I want to match the sequence "at least one letter" then "ple" 
> > then "at least one letter". How would a regexp look like.?
> 
> "[:alpha:]+ple[:alpha:]+"
> 
> I think you should spend some time reading the Elisp manual section on 
> regexps.

I'd recommend that, too.

Cheers
-- 
t

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]