Blah blah blah long story.
Here's the gist of it.
inserting some stuff into a SQL database, it fails on a number of data sets because some fields are bigger then 8060 characters. When I print the string, the biggest variable is only 1104 characters, so I am guessing that there is some "encoding" that I'm not seeing.
I'm looking for a reg ex that will strip away anything that isn't an alphanumeric character, a space from a spacebar or these characters `<>/?-_
I know there are a number of guys out there that love creating regular expressions so I am hoping that you'll jump on this one and help me out.
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001
Here's the gist of it.
inserting some stuff into a SQL database, it fails on a number of data sets because some fields are bigger then 8060 characters. When I print the string, the biggest variable is only 1104 characters, so I am guessing that there is some "encoding" that I'm not seeing.
I'm looking for a reg ex that will strip away anything that isn't an alphanumeric character, a space from a spacebar or these characters `<>/?-_
I know there are a number of guys out there that love creating regular expressions so I am hoping that you'll jump on this one and help me out.
"Every day is like a precious gift, you have to make it count" James Birrell 1993-2001