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

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

regular expression


From: Rodrigo Alexandre Ribeiro Canellas
Subject: regular expression
Date: Fri, 31 Aug 2001 12:25:45 -0300

Hi!

In this example:
  
     88,231

I would like to change every 'DIGIT,DIGIT' to DIGITDIGIT

I tried 'F10 s Q' and typed [0-9],[0-9] for the search expression and 
[0-9][0-9] for the replace expression. Emacs did this:

     8[0-9][0-9]31

So, what is the correct syntax for the replace expression?

TIA!!

--
Rodrigo Canellas
www.EverSystems.com.br
--



reply via email to

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