Richmond wrote:

> If I say (L)ower (a)uthor (r)egular expression (p)ermanent
> and then enter ^.{128,}$ that should match any from field of
> more than 127 characters right? It doesn't work.
> Nothing I have tried works.

(re-search-forward "^.\\{10,\\}$")
;; hide
;; 456789
;; find me, 10+ chars

-- 
underground experts united
https://dataswamp.org/~incal


Reply via email to