From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: renato Newsgroups: gmane.emacs.help Subject: help with regexp (or somethings different) Date: Tue, 1 Jul 2014 08:00:40 -0700 (PDT) Message-ID: <1404226840660-325872.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1404228999 7367 80.91.229.3 (1 Jul 2014 15:36:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jul 2014 15:36:39 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 01 17:36:29 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X206e-0003Mu-Fu for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jul 2014 17:36:28 +0200 Original-Received: from localhost ([::1]:48432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X206e-0005rE-3l for geh-help-gnu-emacs@m.gmane.org; Tue, 01 Jul 2014 11:36:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1zY8-0004LR-Iz for Help-gnu-emacs@gnu.org; Tue, 01 Jul 2014 11:00:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X1zY2-0006OR-Cb for Help-gnu-emacs@gnu.org; Tue, 01 Jul 2014 11:00:48 -0400 Original-Received: from sam.nabble.com ([216.139.236.26]:36623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X1zY1-0006Nj-TU for Help-gnu-emacs@gnu.org; Tue, 01 Jul 2014 11:00:42 -0400 Original-Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1X1zY0-0001pf-MI for Help-gnu-emacs@gnu.org; Tue, 01 Jul 2014 08:00:40 -0700 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 216.139.236.26 X-Mailman-Approved-At: Tue, 01 Jul 2014 11:36:11 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98482 Archived-At: Hi, it's almost 3 days that I'm juggling with regexp on emas. I need to find some quite regular string, inside my file, and convert it. i.e.: I have (this is a text file from a .pdf) 123 jks STREETlkj___=C3=A8***... I would convert it in: 123#STREET so, I want to delete some text, and add a # in place of space. How can I obtain it?=20 TIA Renato -- View this message in context: http://emacs.1067599.n5.nabble.com/help-with-= regexp-or-somethings-different-tp325872.html Sent from the Emacs - Help mailing list archive at Nabble.com.