Last week I was asked to verify the item description to exclude certain characters and to limit the first character with 0-9 and A-Z. As some of the characters such as double quote (“) and semicolon (;) can not be easily used in the expressions, I finally decided to use the value of ASCII alternatively.
There [...]

Recent Comments