RegexReplace for multiple text strings

I am trying to replace multiple text strings from a text column in a table and the new text will reside in another column (same table), but can’t figure out how to do more than one RegexReplace() function.
For example, I want to replace all letters “A” with “!” and all letters “B” with “?”, regardless if they are together or not. Am I missing something in this formula or is there a way to string multiple Regex functions together?

NVM, figured out that I could string multiple functions together by breaking out the source column first in the formula and then stringing the functions after.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.