asked on January 29, 2021
•
Show version history
I would like to take a field that has a list like this:
, , , , Friend, , employee, someone else
and make it look like this:
Friend, employee, someone else
The field may have 1 or more leading commas and spaces and one or more trailing commas and spaces. I would like to remove all leading and trailing commas and spaces. Can I do that with pattern matching?
0
0