I have a token that has a line break characters in the value.
Example input value:
Wine and Beer Permit
Package Store Tasting Permit
Desired value:
Wine and Beer Permit Package Store Tasting Permit
I was wondering if there was a Regular Expression to remove the \r\n and make it all on a single line.
Thanks for any ideas!
Pete