H
Heath P. Dillon
Hi,
I have a situation where I have a remote system that can only contain the
basic A-Z 0-9 characters. Anything outside of those will cause an error in
the remote system which I have to solve by cleaning my data first.
In a normal situation I would just look for say the invalid character using
instr, however there as so many possible character that are invalid(as there
are so few valid ones) that just seems like an impossible task.
Is there a way to easily check the string to make sure it only contains
A-Z/0-9, rather than checking for a specific invalid character.
Thanks
I have a situation where I have a remote system that can only contain the
basic A-Z 0-9 characters. Anything outside of those will cause an error in
the remote system which I have to solve by cleaning my data first.
In a normal situation I would just look for say the invalid character using
instr, however there as so many possible character that are invalid(as there
are so few valid ones) that just seems like an impossible task.
Is there a way to easily check the string to make sure it only contains
A-Z/0-9, rather than checking for a specific invalid character.
Thanks