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

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

Matching character patterns occurring medially inside words


From: uzibalqa
Subject: Matching character patterns occurring medially inside words
Date: Sun, 14 Aug 2022 18:54:58 +0000

I want to match the character sequence "ple" within a word (but not if it 
occurs at the beginning or at the end).

For the beginning I can use "\\<ple"; for the end I use "ple\\>"

But what about occurrence in the middle? Such as in the word "complementary"

reply via email to

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