From: Bernard D. <bde...@or...> - 2019-09-04 15:09:10
|
Hi Eberhard, Do I understand correctly: you mean you want to replace every occurence of <mailto:some_email> by some_email It this is the question, then: - put the following regular expression in the Search field of the Find dialog <mailto:([^@]+@[^>]+)> - type \1 in the Replace field - check the Regexp check box - click on the Replace All button if you want all of them to be replaced OR click Search Window and replace one by one by pressing cmd-J on every match HTH, Bernard > Le 4 sept. 2019 à 12:31, Dr Eberhard W Lisse <el...@li...> a écrit : > > Hi, > > I can do a search with regular expression, as in something like > > <mailto:(.*\@.*\..*)> > > which will find > > <mailto:el...@li...> > > but I can find out whether and if to replace (all occurrences of) the > above so that the outcome is the obvious > > el...@li... > > ie replace the whole regex with $1, and would appreciate pointers to the > manual if this is possible. > > If it does not exist, would that bea useful feature? > > greetings, el > > -- > Dr. Eberhard W. Lisse / Obstetrician & Gynaecologist (Saar) > el...@li... / * | Telephone: +264 81 124 6733 (cell) > PO Box 8421 / > Bachbrecht, Namibia ;____/ > > > _______________________________________________ > AlphaCocoa-devel mailing list > Alp...@li... > https://lists.sourceforge.net/lists/listinfo/alphacocoa-devel |