Hi guys
I have been looking for an easy way to remove french chars from string and and I did not find it.
So, I came out with it, it works ok, so it may be useful as a reference. Maybe someone on the forum has better idea.
Removing french chars from string
dmazzini
GSM/UMTS System and Telecomm Consultant
I have been looking for an easy way to remove french chars from string and and I did not find it.
So, I came out with it, it works ok, so it may be useful as a reference. Maybe someone on the forum has better idea.
Code:
$wbts_location_iub =~ s/Â|Ä|È|É|Ê|Ë|Î|Ï|Ô|Œ|Ù|Û|Ü|Ÿ|à|â|ä|è|é|ê|ë|î|ï|ô|œ|ù|û|ü|ÿ|Ç|ç|«|»|€|\'//g;
dmazzini
GSM/UMTS System and Telecomm Consultant