Forum Discussion

jfpelletier's avatar
jfpelletier
Contributor
2 years ago
Solved

Best way to perform multiple search and replace in a string?

Hello all, I sometimes have to do multiple search and replace operations on a string, and I'm wondering if there's a better way than using multiple ".replaceAll()" methods on that string? The patter...