Forum Discussion

Thom's avatar
Thom
New Contributor II
3 years ago

Data Validator Snap - multiple validations

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 patterns would be easier to maintain and update too if they were stored in a table rather than in a long string of ".replaceAll('this', 'that')"...

Thanks in advance for sharing your solutions!

JF