I have a table where I have some raw data. My requirement is to trim any leading or trailing spaces and operator characters in the given string column. Examples of operator characters include + - . > < = : ;"
Examples:
Value +Payment
should be trimmed to Payment
Value ->300 Write
should be trimmed to 300 Write