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: Drew Adams
Subject: RE: [External] : At least one character at beginning and end of words
Date: Sun, 14 Aug 2022 23:43:10 +0000

> 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.

https://www.gnu.org/software/emacs/manual/html_node/elisp/Regular-Expressions.html

And maybe read up elsewhere about regexps:

https://www.oreilly.com/library/view/mastering-regular-expressions/0596528124/

Then you can help others with their questions about regexps...

<<attachment: winmail.dat>>


reply via email to

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