Hi there,
I've got some data that's coming in from another system and ends up being in one field looking a bit like this:
;tweed;cotton;;
I'm just needing to trim the list so there's not a leading or trailing semicolon, so I end up like this:
tweed;cotton
But, having a hard time with the right combo of RegExpression or find operations to do that.
thanks,
MB
I've got some data that's coming in from another system and ends up being in one field looking a bit like this:
;tweed;cotton;;
I'm just needing to trim the list so there's not a leading or trailing semicolon, so I end up like this:
tweed;cotton
But, having a hard time with the right combo of RegExpression or find operations to do that.
thanks,
MB