Replace All function
We are using Replace All function for a string specified like below which varies dynamically based on cases.
[email protected],[email protected],,[email protected],,,[email protected],[email protected]
Currently we are using function like below but its getting failed if pyToString has commas more than 2.
@replaceAll(.pyToString,",,",",")
Is there any function to check pyToString value greater than a single comma by using replace all function.
Any suggestions on this issue pls.