Regular Expression TO validate column name
PadmaFeb 21 2012 — edited Apr 2 2012Hi All
I want to write a regular expression to validate column names.i.e enterted name should follow the valid column name convention
contain only A–Z, a–z, 0–9, _, $, and #
Please someone help me to do this.
Padma