Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple replacements
#1
I wonder which is the fastest way to make multiple replacements in a string.
Let me be more specific. Suppose you have the string

s="this is the string to make replacements"

and you need to replace each occurrence of "i" to "u" and of "e" to "w".

Is it possible to do it with one command or you have to repeat find-replace twice (one for "i" and one for "e"?

Thanks in advance.
#2
In some cases single replacerx is faster, in some cases multiple findreplace faster.

Measuring speed with high precision
#3
Dear Gintaras,

Many thanks, Best regards


Forum Jump:


Users browsing this thread: 1 Guest(s)