Replacing several characters with another one

A swapping-ground for Regular Expression syntax

Replacing several characters with another one

Postby blubber » Thu May 03, 2012 1:48 pm

Hi everyone,

I'm trying to replace and remove a bunch of different characters in one go. I want to replace several characters (like & ! + = -...) with an underscore, I want to remove some other (like . @ ') and replace some Umlaute with the proper replacement ä to ae, ü to ue and so one.
For example I have the folder "! Entwicklung Björn Tauber" and I want "Entwicklung_Bjoern_Tauber"
I would be very happy, if anybody could help me with the problem or at least tell me that this is possible.
blubber
 
Posts: 1
Joined: Thu May 03, 2012 1:16 pm

Re: Replacing several characters with another one

Postby Stefan » Sat May 05, 2012 4:03 pm

Search the forum and the help for "Character Translation"
Stefan
 
Posts: 736
Joined: Fri Mar 11, 2005 7:46 pm
Location: Germany, EU


Return to Regular Expressions