Okay, expanding on what I did yesterday. I Built a table, called ExclusionList with one field, ExcludedText E.g. Then created a function: You can then use like this:
Tag: string manipulation
Ok, I’ve seen many ways to do this using loops, but nothing in plain T-SQL Let’s say we have a string that may contain illegal characters, in my case it…
Lots of people seem to want to do this… one neat way is to utilise Array.Reverse Pass the string to a char array, use Array.Reverse then pass the char array…