More complex string cleaning operations

Hey !

What is the best way to add nodes that perform some more complex string cleaning functionalities such as making every X-character word within a string column upper case?

One way to do it here would be using Regex transforms.
You could use the AI Regex Helper to generate the pattern you want to match in a string.


Thank you!

I was looking for a more complex function that would do that recursively for any match, (not just the first instance), with additional regex conditions, something like what we have for title case, but assuming that is not implemented