A
Abanowicz Tomasz
Hello
I would like to convert multiple characters or one character into one
character. Assume the following example:
Thi\u105 is stAbCange te±t
The conversion map looks like:
\u105 -> s
AbC -> r
± -> x
The result after conversion should be:
This is strange text
How can I do that in PERL in order it to be simple and efficient.
I need some hints i.e. functions to use or at most a few lines of
example code.
Great THANKS for help.
I would like to convert multiple characters or one character into one
character. Assume the following example:
Thi\u105 is stAbCange te±t
The conversion map looks like:
\u105 -> s
AbC -> r
± -> x
The result after conversion should be:
This is strange text
How can I do that in PERL in order it to be simple and efficient.
I need some hints i.e. functions to use or at most a few lines of
example code.
Great THANKS for help.