Hi,

Can you validate what is allowed instead what is not allowed.

Try regex which is allowed in that variable.

E.g /^[a-zA-Z0-9]*$/; // this allowes only characters and numbers.

Can you tell us what should allowed in that variable.

Thanks,

Dhananjay.